Register and use SMTP Service for WordPress

Register SMTP Service at https://app.brevo.com/

I use Brevo.com to use SMTP to send mails , which allow 300 mails per day for free.

One step is somehow complex is you need register your domain.

login Brevo, and click on your company name in the top right corner of the screen, and select “Senders, Domains & IPs”.

Brevo register domain to send mail

then choose not let Brevo to manage DNS record,

and then manually add 3 txt records at your DNS provider which values provided by Brevo.

  1. Brevo code
  2. DKIM record
  3. DMARC record

Then wait some minutes and test and pass domain at Brevo.com.

Same time at Brevo ,generate API key for domain, and copy the key ,keep it security.

For wordpress to use Brevo, I installed plugin “WP Mail SMTP

And then select mailer as Brevo , and input API key just generated, and sending domain which is verified when register Brevo.

wordpress plugin WP Mail SMTP set Brevo Settings

you can test send mail ,by select Tools command of “WP Mail SMTP” menu.

Test Send Mails using WP Mail SMTP with Brevo

Congratulations, your WordPress can send emails now.

Leave a Reply