Two ways to get a sending identity
The managed sending address
The dashboard calls it your Brudcast trial address. It sits onbrudcastmail.com, a domain
Brudcast owns and shares between every organization on a trial address, and that shapes its rules:
- The address and display name are fixed. A campaign always goes out as
mail@<label>.brudcastmail.com, with your organization name followed by “via Brudcast”. Anything you type as the from address is moved to Reply-To, so replies still reach you. Organization names longer than 40 characters are shortened first. - Unsubscribe headers are always on, because mailbox providers judge bulk-sender rules for the whole shared domain.
- No sending keys and no SMTP credentials. Those tabs are locked, so use it from campaigns and add your own domain to send from code.
- The tracking hostname is set by Brudcast and can’t be changed.
- It can’t be deleted, and it doesn’t count toward the number of sending domains your plan allows.
Three ways to send
All three use the same sending domains, the same suppression list and the same reputation checks.
Setup path
Add a sending domain
Add a sending domain. Brudcast generates its DKIM keys and
five DNS records.
Publish the DNS records
DNS records explains each one and shows where to paste them at the
common DNS providers.
Verify
Add your postal address
Campaigns don’t send without it. Add it in
Organization Settings.
Send
Send your first email from a campaign, the API or SMTP.
What a sending domain gives you
Tracking and unsubscribes
Each sending domain’s Settings tab has a Tracking & Delivery section. Open it from Channels > Email, the Domains tab, then the domain.
A campaign knows who each recipient is and which list they’re on, so it carries its own settings and
can act on an unsubscribe. Mail from your application has no campaign behind it, so the domain’s
settings decide for it.
- Tracking needs an HTML part. Plain-text mail isn’t tracked.
- Opens are recorded with a 1x1 image, and clicks by rewriting links through
track.<your domain>.mailto:andtel:links,#anchors and unsubscribe links aren’t rewritten. - One API call to several recipients credits every open and click to the first address in
to. Send one message per recipient if you need per-person tracking. - Unsubscribes adds one-click
List-UnsubscribeandList-Unsubscribe-Postheaders to campaign mail, so mail clients can show their own unsubscribe button. It’s off by default, and always on for the managed sending address. An unsubscribe applies to the whole organization, not just the list the campaign went to.
email or links. The tracking record goes back to Unconfigured until you publish
the new CNAME and verify it, but the domain keeps its Verified status either way.
The same settings can be changed through the platform API with
PATCH /api/v1/user/sending-domains/{id} and the fields openTrackingEnabled,
clickTrackingEnabled and unsubscribesEnabled.
Things to know first
- Use a subdomain such as
mail.example.com, not your root domain. Its sending reputation then stays separate from the mail your staff send from the root domain. - Mailboxes on the same domain. If you also host mailboxes on the domain, some records are shared. Read Add a mail domain before publishing both.
- Credits. Email uses 1 credit per message, and only for sends beyond your plan’s allowance. See Credits and wallet.
Related
DNS records
The five records, and where to publish them.
Add a sending domain
Start sending under your own name.
Send your first email
Campaign, API or SMTP.
Email troubleshooting
Error messages and what they mean.