Docs Sending & SMTP

Sending & SMTP

Connect an SMTP provider to FreddyMail

On this page

The SMTP Setup tab defines how WordPress mail is delivered. Standard SMTP is universal; API providers give clearer error responses and more control at higher volumes.

FreddyMail SMTP setup with provider picker
In SMTP Setup, pick the provider and enter credentials plus sender details.

Which provider fits?

ProviderBest forTypical fields
Standard SMTPSmall and medium WordPress sites.Host, port, encryption, username, password, sender.
SendGridScalable API delivery, clear error responses.API key, verified domain, SPF/DKIM.
MailgunDomains, routing and diagnostics.API key, domain, region, DNS.
BrevoBusiness transactional setups with CRM proximity.SMTP login or API key, verified sender.
Amazon SESHigh volume and AWS-native setups.Region, IAM/API access, verified identities.

Provider-specific setup

  1. Enter the Host and Port from your mail provider (often smtp.yourhost.tld with port 587 or 465).
  2. Set Encryption to STARTTLS (587) or SSL/TLS (465).
  3. Username is typically the full mail address; Password is the mailbox or app password.
  4. Set Sender name and Sender address. The domain must match your brand.
  5. Save and send a test email.
Input fields for a standard SMTP connection Annotated
Host, port, encryption, username, password and sender — the five required fields.

Send a test email

  1. After saving, click Send test mail.
  2. Enter a recipient (preferably an external Gmail or Outlook mailbox).
  3. Wait for the green success toast.
  4. Check the inbox: sender, subject, headers (SPF, DKIM, DMARC).
Successful test send with a green toast Annotated
Green success toast right after clicking *Send test mail*.

Delivery rules

  • The sender domain should match the website or brand.
  • SPF authorizes the provider to send for the domain.
  • DKIM signs messages and improves recipient trust.
  • DMARC tells receivers how to handle unauthenticated mail.
  • API keys belong in the WordPress backend — never in frontend theme code.