DocsSMTP & sending domain

Fixing deliverability errors

What each DNS/SMTP error actually means, and how to fix it.

Last updated 27 July 2026 5 min read SMTP & sending domain

Two places things break

Deliverability problems in Sumezi show up in two places: an SMTP send that fails outright (from Settings, SMTP, or from a real campaign send), and a DNS/domain status that stays unverified (from Settings, Deliverability). This page covers both — for adding your SPF, DKIM and DMARC records from scratch, see "Verify your own sending domain" instead.

SMTP send errors

These are the exact messages Sumezi surfaces when a test mail or a campaign send fails — Sumezi passes through the underlying mail library's error rather than rewording it, so you can match it directly against the table below.

Error messageLikely causeFix
SMTP Error: Could not connect to SMTP host.Wrong host or port, the connection is blocked, or STARTTLS negotiation failedDouble-check Host and Port against your provider's docs, and match Encryption to the port (587+STARTTLS or 465+SSL/TLS)
SMTP Error: Could not authenticate.Wrong username/password, or the provider requires an app-specific passwordRe-enter Username and Password; for Gmail, Microsoft 365 and similar with 2FA, use an app-specific password
The following From address failed: ...The provider rejected your From email, often because it isn't verified for the account you authenticated withSet From email to an address that belongs to (or is verified under) that account
SMTP Error: The following recipients failed: ...The receiving server rejected the recipient addressCheck the exact address you're sending to; if it's your own address, confirm it's a real mailbox
SMTP Error: data not accepted.The server accepted the connection and recipient but rejected the message itselfRare — check with your provider for content or size restrictions
SMTP is not configured for this project.Host is empty — SMTP was never savedFill in and save Host, Port, Username and Password on the SMTP page
The saved SMTP password could not be read on the server…An internal encryption issue on Sumezi's sideRe-enter your SMTP password (even if unchanged) and save again

Domain verification statuses

Under Settings, Deliverability, Sumezi checks SPF, DKIM and DMARC for the domain of your From email address and shows one of three states per record:

Locked instead of status pills? Domain verification (SPF/DKIM/DMARC status checks) requires the Starter plan or higher. On the Free plan, Settings, Deliverability shows an upgrade prompt instead of live statuses — upgrading unlocks the checks immediately.

Common misconfigurations

If a record shows Not found and you're confident you added it correctly, these are the usual culprits:

Back to Docs
Was this helpful?