How to Configure Brevo

Brevo (formerly Sendinblue) connects to SMTPPai with a single API key. The important extras are a verified From address and, on some accounts, Authorized IPs.

When to choose Brevo

Choose Brevo if your marketing or transactional stack already lives there and you want WordPress mail on the same API.

Prerequisites

  1. Brevo account
  2. Verified sender or domain under Brevo senders
  3. Ability to create an API v3 key with transactional email permission

Open SMTPPai

  1. SMTPPai → Dashboard → Add connection
  2. Click Brevo

Field-by-field setup

Connection name

Example: “Brevo API”.

From name / From email

Verify the address first: Brevo → Senders, Domains & Dedicated IPs. Then enter the same address in SMTPPai.

API key

  1. Open Brevo → SMTP & API → API keys.
  2. Create an API v3 key with transactional email permission.
  3. Copy the key once and paste into SMTPPai’s API key field.

Authorized IPs (if sends fail mysteriously)

If Brevo blocks unknown IPs, open Brevo → Security → Authorized IPs and add your server’s public IP — or relax IP restriction for API access. On local development, add your home/office public IP, not 127.0.0.1.

Credential storage

Database, or define( 'MAILPAI_SMTP_API_KEY', 'your-key' ); in wp-config.php.

Save and test

Save → Test → confirm in Email Log.

Common failures

  • Unverified From email
  • IP restriction blocking your host
  • Using an SMTP key instead of an API v3 key

Related: How connections work

Did this article help you?

Your vote shapes what we improve next.

Leave a comment