Cyber Mail
SMTP relay, full send logging and branded templates — so WordPress email actually arrives, and you can prove it did.
What it does
Any provider — Gmail, Microsoft 365, SendGrid, Postmark, Mailgun or your own server.
Every message, its recipient, its status and the server response, searchable.
Transient failures are retried rather than silently dropped.
One click to send a failed message again once the cause is fixed.
A consistent header and footer on every system email.
Send a test message and read the full transcript of the conversation with the server.
WordPress sends mail through PHP by default, which on most hosts means it goes straight to spam or nowhere at all. The worst part is that nothing tells you: the form says “sent”, the customer never got it, and you find out weeks later.
Cyber Mail routes everything through a proper SMTP relay, logs every message with its result, and retries the ones that fail. When a customer says they never received their receipt, you can open the log and see exactly what happened and when.
Specifications
| Requires | WordPress 6.0+, PHP 7.4+ |
|---|---|
| Ports | 587 (STARTTLS) and 465 (SSL) |
| Log retention | Configurable, default 90 days |
| Credentials | Stored encrypted, never shown in full |
Questions about this product
Will it fix my spam problem on its own?
It fixes the sending half. SPF, DKIM and DMARC on your domain do the rest — and the plugin tells you which of those are missing.
Does it store message bodies?
Only if you switch that on. Headers and status are logged by default.