Guides, FAQ, and integration walkthroughs. Search or browse by topic.
Send every system email (password resets, quote PDFs, consent forms, enquiry replies) from your own verified domain with SPF and DKIM so it lands in the inbox, not spam.
hello@yourdomain.com) so SMTP2GO can send the verification link.Head to Settings > Integrations > Email sending (per company). Set your From address, From name, an optional SMTP2GO sub-account API key and an optional Reply-to. The live DKIM / SPF / DMARC health card below the form tells you at a glance whether your DNS is set up correctly, and the Send test email button sends a real test using the sender you configured.
Leave the API key blank to use the platform's shared SMTP2GO key while still sending from your own From address. Add your own SMTP2GO sub-account key for full isolation and dedicated bounce reporting.
Three DNS records get you from "sends via SMTP2GO" to "verified inbox delivery from your own domain". You add all three in your DNS provider's control panel. Propagation is usually 5-15 minutes.
@ (or the root of your domain)v=spf1 include:spfa.smtp2go.com ~allIf you already have an SPF record on the root domain, extend it rather than adding a second one. Two SPF records break authentication. For example, if you have v=spf1 include:_spf.google.com ~all, change it to v=spf1 include:_spf.google.com include:spfa.smtp2go.com ~all.
smtp2go._domainkey (some providers want smtp2go._domainkey.yourdomain.com)dkim.smtp2go.netSMTP2GO also accepts a selector called s2048._domainkey. Either works. The DNS health card in the CRM checks both plus a couple of other common selectors, so whichever your DNS UI lets you add is fine.
_dmarcv=DMARC1; p=quarantine; rua=mailto:you@yourdomain.com (replace you@yourdomain.com with the address you want DMARC aggregate reports sent to)Start on p=none for a week if you want to monitor before enforcing. Once you are confident SPF and DKIM are aligned, move to p=quarantine (or eventually p=reject) to protect your domain from spoofing.
After you save your sender in the CRM, click Recheck DNS. The three pills show your live status:
Click any pill to open the details drawer and see the exact DNS record found plus a "How to fix this" note.
www): yourdomain.com.SMTP2GO shows three records. All are TXT or CNAME on subdomains, not on the root. Copy them exactly - even a leading space breaks verification.
@ (or root, depending on your DNS UI)v=spf1 include:spfa.smtp2go.com ~allIf you already have an SPF record on the root domain, do NOT add a second one - combine them. E.g. if your existing record is v=spf1 include:_spf.google.com ~all, change it to v=spf1 include:_spf.google.com include:spfa.smtp2go.com ~all. Two SPF records = neither works.
s2048._domainkeydkim.smtp2go.netSome registrars require you to add the domain to the host (s2048._domainkey.yourdomain.com). Others expect just the prefix. Read your DNS UI's help text carefully.
emreturn.smtp2go.nets2048._domainkey.yourdomain.com.yourdomain.com.Unavoidable CRM.api- followed by 32 hex characters. Paste into a password manager immediately - SMTP2GO does not show it again.hello@yourdomain.com) and From name (e.g. your company name).