Skip to content

Mail and SMTP

You will know how hosted email behavior works by default, when to use custom SMTP, and what to verify after changing mail settings.

Hosted sites can send mail without any custom SMTP configuration. The sender identity is derived from the site name and site domain so outbound mail looks consistent with the site it came from. This is the right choice for most marketing sites, forms, and transactional notifications.

  • No configuration required.
  • Sender identity follows the site domain.
  • Delivery is handled by the hosted mail path.
  • Suitable for password resets, form notifications, and routine transactional messages.
SettingWhat it controls
Sender nameThe friendly name that appears in the From header.
Sender emailThe address used as From. Should match a domain you own and authenticate.
Reply-toThe address replies are routed to. Useful when sending from a no-reply identity.
Blind copyOptional BCC recipient for outbound site mail, where supported.
SMTP host and portThe relay you are sending through, with the port your provider requires.
EncryptionTLS or SSL, per your provider’s documentation.
AuthenticationUsername and password (or app password) for the relay.
Test emailSends a one-off message so you can confirm the relay and identity end to end.

Use custom SMTP only when the default behavior does not meet a specific requirement. The default path is the easiest to support, so changing it adds responsibility for monitoring deliverability on your side. Reasonable triggers include:

  • A compliance requirement that all mail flow through a specific relay.
  • A separate transactional provider with its own analytics and warm-up.
  • A sender domain that does not match the site domain.
  • Site mail is delivered from the sender identity you intended.
  • Password resets, form notifications, or transactional messages arrive as expected.
  • You have a clear rollback plan if custom SMTP causes issues.

Use Hosted Troubleshooting if mail stops sending, lands with the wrong sender identity, or behaves differently after an SMTP change.