Skip to main content
These settings connect common frameworks and plugins to the Brudcast SMTP relay. Each uses port 587 with STARTTLS. Port 465 settings follow each example.
Before you start, create an SMTP user on your verified domain under Channels > Email, domain, SMTP Credentials. You need its username and password, and a from address on the same domain. See SMTP relay.
The relay delivers only To and Cc recipients, and drops Reply-To and custom headers. A framework’s bcc option or reply-to setting won’t work over SMTP. If you need either, call the email send API instead.
The examples read credentials from BRUDCAST_SMTP_USERNAME and BRUDCAST_SMTP_PASSWORD. Keep the password out of source control.
For port 465, set port: 465 and secure: true, and remove requireTLS.

If it doesn’t work

Why: The username or password is wrong, or the SMTP user is deactivated.Fix: Use the SMTP user’s generated username, not your own email address. If you’ve lost the password, regenerate it on the SMTP Credentials tab.
Why: The client tried to log in before encrypting the connection.Fix: Turn on STARTTLS or TLS in your client’s settings, or switch to port 465 with SSL/TLS.
Why: The from address isn’t on the SMTP user’s domain.Fix: Send from an address on that domain. In WordPress, turn on Force From Email.
Why: Your network or hosting provider blocks the port.Fix: Try port 2525, or 465.

SMTP relay

Ports, TLS, limits and every reply code.

Email send API

Send with Bcc, Reply-To and custom headers.

SMTP users

Create the username and password these settings need.

Message status

Follow up a message your framework sent.