Custom email sender
By default, Fanzava sends emails from noreply@fanzava.com with your hub name in the From field. On Starter and above, you can configure a custom sender so emails arrive from your own domain.
Setting a custom sender name
Section titled “Setting a custom sender name”The simplest option — change the display name without changing the sending domain:
- Go to Admin → Settings → Email sender
- Set Sender name (e.g.
Acme Tipping,The Comp) - Save
Emails will show as “From: Acme Tipping <noreply@fanzava.com>”.
Custom sending domain
Section titled “Custom sending domain”On Starter and above, you can send from your own domain (e.g. tipping@yourcompany.com):
Step 1 — Add your sending domain
Section titled “Step 1 — Add your sending domain”- Go to Admin → Settings → Email sender
- Click Add custom domain
- Enter your sending domain (e.g.
yourcompany.com)
Fanzava displays DNS records you need to add.
Step 2 — Add DNS records
Section titled “Step 2 — Add DNS records”Add the following records to your DNS provider:
| Type | Name | Value |
|---|---|---|
| TXT | @ | SPF record (shown in admin) |
| CNAME | fanzava._domainkey | DKIM key (shown in admin) |
Step 3 — Verify
Section titled “Step 3 — Verify”Click Verify DNS in the admin. Fanzava checks for the records. Verification typically takes a few minutes but can take up to 48 hours if your DNS TTL is long.
Step 4 — Set sender address
Section titled “Step 4 — Set sender address”Once verified, set your sender email address:
- Go to Admin → Settings → Email sender
- Enter your sending address (e.g.
tipping@yourcompany.com) - Save
All future emails from your hub use this address.
SPF and DKIM
Section titled “SPF and DKIM”Fanzava handles SPF and DKIM signing automatically once you add the required DNS records. Properly configured senders have much better deliverability and are far less likely to land in spam.