Setting up Brevo (formerly Sendinblue) with the WP Mail SMTP

What You Need Before You Start

  • A WordPress site with the WP Mail SMTP plugin installed.
  • Your verified email address in Brevo.

Step-by-Step Setup Guide


STEP 1: Install WP Mail SMTP Plugin

  1. Go to your WordPress dashboard.
  2. Click Plugins > Add New.
  3. Search for WP Mail SMTP.
  4. Click Install Now, then Activate.

STEP 2: Create a Brevo (Sendinblue) Account (if you don’t have one)

  1. Go to https://www.brevo.com
  2. Sign up and log in.
  1. In your dashboard, click your name (top right) > SMTP & API.

STEP 3: Get Your SMTP Settings from Brevo

  1. In Brevo, go to:
    • SMTP & API tab > SMTP
  2. Note these settings:
SettingValue
SMTP Serversmtp-relay.brevo.com
Port587
EncryptionSTARTTLS
UsernameYour Brevo login email
PasswordYour SMTP password, not your login password (see below)

Get Your SMTP Password

  • Go to SMTP & API > SMTP.
  • Click Create a New SMTP Key, name it (like “WordPress”), and copy the generated password.

🔒 Keep this password safe! You’ll use it in WordPress.


STEP 4: Set Up WP Mail SMTP with Brevo

  1. Go back to your WordPress dashboard.
  2. Go to WP Mail SMTP > Settings.
  3. Under Mailer, choose Other SMTP.
  4. In put your newly generated SMTP Key
  5. Fill in the settings like this:
FieldWhat to Enter
SMTP Hostsmtp-relay.brevo.com
EncryptionSTARTTLS
SMTP Port587
Auto TLS✅ Checked
Authentication✅ Yes
SMTP UsernameYour Brevo email address
SMTP PasswordYour Brevo SMTP password (from Step 3)
  1. Scroll down and click Save Settings.

STEP 5: Test Your Email

  1. Go to WP Mail SMTP > Tools > Email Test.
  2. Enter your email and click Send Email.
  3. Check your inbox. If you receive the test message, it’s working!

Troubleshooting Tips

  • Make sure your email is verified in Brevo.
    • Go to Senders > Senders & IP and verify the sender email.
  • If email goes to spam:
    • Set up SPF, DKIM, and DMARC records in your domain DNS (Brevo gives you these in the dashboard under Domain Authentication).
  • Double-check the SMTP password is copied correctly from Brevo.

Scroll to Top