Email (SMTP)

Sending order confirmations and marketing email.

Email carries order confirmations, receipts and marketing. Without it a customer pays and hears nothing, which generates support messages immediately.

Choose a provider first

Do not use a personal Gmail account. It has low sending limits, will start marking your own mail as spam, and can lock the account for bulk sending. Use a service built for transactional email.

Any SMTP provider works. Common choices: Amazon SES, Brevo, Mailgun, Postmark, Zoho Mail.

Connecting it

Integrations → Email (SMTP):

FieldWhat to enter
SMTP hostFrom your provider, e.g. smtp.gmail.com.
Port587 for TLS, 465 for SSL. 587 is the usual answer.
UsernameUsually your full email address, or an API key name.
PasswordThe SMTP password or API key. Not your account login, on most providers.
EncryptionMatch the port: TLS with 587, SSL with 465.
From addresse.g. no-reply@yourbrand.com. Must be on a domain you control.
From nameYour brand name. This is what customers see in their inbox.

Making mail actually arrive

Sending is easy; landing in the inbox is not. Three DNS records at your domain registrar decide it, and your provider will give you the exact values:

RecordWhat it does
SPFSays which servers may send as your domain.
DKIMSigns your mail so it cannot be forged.
DMARCTells inboxes what to do with mail that fails the other two.

Without SPF and DKIM your order confirmations go to spam. Not sometimes — routinely, at Gmail and Outlook especially. This is the step people skip and then conclude "email does not work".

Testing it

  1. Press Test — that confirms the SMTP credentials connect.
  2. Place a real test order and check the confirmation arrives.
  3. Check it at Gmail and Outlook specifically, not only your own domain.
  4. Look in the spam folder. Arriving in spam is a failure, not a pass.

Common problems

SymptomCause
Connection refused or timeoutWrong port, or the host blocks outbound SMTP
Authentication failedUsing your account password where the provider wants an SMTP key
Sends, but lands in spamSPF or DKIM missing
Works, then stopsDaily sending limit reached
Rejected "from address not allowed"The from address is on a domain the provider has not verified

Still stuck? Message us on WhatsApp — we would rather answer than have you guess.