Make WordPress email actually arrive.

WordPress’ default mail() lands in spam or vanishes. Send through your own authenticated SMTP host instead — with the password encrypted at rest, force-from, a test button and a delivery log.

100% localEncrypted passwordForce-fromOne-click testDelivery log35 languages

Free forever. No account, no card. Talks only to the SMTP host you configure — never to Lynbro.

0

emails lost to spam folders, once SMTP is on.

🔒
Password encrypted at restlibsodium + your site AUTH_KEY — never stored in plain text.
✉️
Any SMTP hostSendGrid, Brevo, Mailgun, SES, Gmail app password…
One-click test sendConfirm delivery from the settings page instantly.

Why Lynbro SMTP

Fixes deliverability

Authenticated SMTP + force-from is the #1 fix for password resets, WooCommerce receipts and contact-form mail that never arrives.

Encrypted, not exposed

Most SMTP plugins store the password almost in the clear. Lynbro encrypts it with libsodium and your site secret.

No upsells, ever

Everything works on the free version. No “Pro” tier, no nag screens, no account.

Everything you need — included, free

No "Pro" tier, no nag screens. The features other plugins paywall are here from day one.

📮
Any SMTP host

Anything that speaks SMTP — providers or your own server.

🔒
Encrypted password

libsodium secretbox using AUTH_KEY; never logged.

🎯
Force-from

Override From name/email on every message for deliverability.

🔐
TLS / SSL / none

Pick your provider’s encryption; STARTTLS auto-negotiated.

🧪
Test send

Send a test and read the result + log on one screen.

📜
Rolling log

Last 200 send attempts and failures, auto-capped.

Free here — paid almost everywhere else

Compared with the free tier of the popular SMTP plugins.

FeatureLynbro SMTPWP Mail SMTP freeEasy WP SMTP free
Send via any SMTP host
Encrypted password at rest
Force-from
Test send + delivery log
No ads / no upsell nags
35 languages, Danish-first

Requirements

WP 6.0+WordPress
PHP 7.4+PHP
GPLv2+License
35Languages

FAQ

Which SMTP provider should I use?

Any. For Denmark/EU, Brevo, Mailgun (EU) and Amazon SES (eu-north-1) are popular; a Gmail/Microsoft 365 app password also works.

Is my SMTP password safe?

Yes — it is encrypted with libsodium using your site’s AUTH_KEY and is never written to the log or shown again after saving.

Does it send data to Lynbro?

No. The plugin talks only to the SMTP server you configure. There are no external Lynbro services.

Does it work with WooCommerce / contact forms?

Yes — it hooks wp_mail, so every plugin that sends mail through WordPress benefits automatically.