What Does Delivered Mean?
Delivered means the recipient’s mail server accepted the message. It does not prove the message is in the inbox or that a person read it. Review delivery events, bounces and user reports together. Open and click tracking can be affected by mailbox software and bots; it is not a complete measure of engagement.How Do I Protect Sender Reputation?
Send messages people expect from their actions, such as a requested reset or an order receipt. Verify addresses during signup, remove invalid addresses from future jobs, and keep complaints and opt-outs blocked. Use consistent From names and domains so users recognize the sender. Keep promotional content out of time-sensitive service messages when it changes what the recipient signed up for. Watch delivery failures and temporary deferrals by receiving domain. A sudden rise can show a bad import, broken authentication, an unexpected volume change or a provider-specific block. Start with the bounce report and delivery statistics, then read actual SMTP replies. Repair the cause before raising volume.How Should I Warm Up a Domain or IP?
Warm-up means increasing real, wanted email gradually so receiving systems see a stable sending pattern. A new domain needs care even on a shared IP; a new dedicated IP also needs its own sending history. Buying a dedicated IP does not repair an untrusted recipient list. See dedicated IP availability and IP pools for the product settings and plan rules. There is no fixed daily schedule that works for every sender. Base the next increase on your normal traffic and the receiving domains’ responses. This is a decision schedule, not a promised volume allowance:
Avoid creating fake engagement or mailing old addresses just to warm an IP. Keep the previous sending path available during a migration, while ensuring each job is assigned to only one provider. The account’s sending limits still apply.
Should Transactional Mail Use a Separate Subdomain?
Use a subdomain such asnotify.example.com for transactional mail when you need separate credentials, reporting and mail policies from newsletters or employee mail. Add and verify that exact subdomain, then use it in the visible From address and review DMARC alignment.
A separate subdomain makes operations easier to manage; it does not guarantee that reputation is fully isolated from the parent domain. Keep the main domain’s mailbox MX records in place. A return-path subdomain and a visible From subdomain serve different purposes; follow the records AhaSend gives you for each.
What Do Gmail and Yahoo Require?
Review these rules before launch and whenever a provider changes its guidance. This summary was checked in September 2026; the provider pages remain the source of current requirements.
Gmail applies its bulk requirements to senders exceeding 5,000 daily messages to personal Gmail accounts; do not apply that number to Yahoo as though it were Yahoo’s threshold. Gmail accepts
p=none as the minimum bulk-sender DMARC policy. AhaSend’s own required domain setup is on domains. See Gmail sender guidelines and Yahoo sender best practices.
A password reset requested by a user is different from a newsletter. Decide whether a message is marketing or subscribed mail by its actual purpose and content; calling it transactional does not remove provider requirements.
How Do I Add One-Click Unsubscribe?
For subscribed messages, implement an HTTPS endpoint that accepts the standard unsubscribe POST and saves the opt-out without requiring login, cookies or another confirmation. Use a hard-to-guess token tied to the recipient and list. Do not unsubscribe on a GET request, because link scanners may visit it. The message needs these two headers. This is a format example: replace the URL with your working endpoint and recipient token before sending.headers object; with SMTP, add them as message headers. Your endpoint must accept the form body List-Unsubscribe=One-Click, save the preference, return success promptly and handle repeated requests safely. Also include a visible unsubscribe link in the email body. Check a received message’s DKIM signature covers both unsubscribe headers, as required by RFC 8058.
Yahoo currently accepts a mailto unsubscribe method too, while recommending POST. Using the HTTPS POST method above meets Gmail’s one-click mechanism as well. Process opt-outs promptly and stop future jobs for that list. Keep durable preferences in your app; use an AhaSend suppression if the address must be blocked across the relevant sending domain too. DNS subscription records alone do not implement your application’s opt-out logic.

