What does it solve?
WordPress's default mail() function is unreliable on shared hosting. Password resets, WooCommerce notifications, and contact form messages routinely fail to deliver or land in spam.
How NoMoreSMTP works
NoMoreSMTP routes WordPress email through a reliable provider you choose. SMTP, SendGrid, Mailgun, or Amazon SES — set up once and never think about deliverability again.
Why Doesn't WordPress Email Work?
You enabled WooCommerce, but order confirmation emails don't reach customers. You ran a contact form, but messages drop into spam. You requested a password reset, but the email never arrives. WordPress's default mail() function is unreliable on shared hosting — emails are silently swallowed.
The cause: shared hosting providers throttle PHP's mail() function. Most of the time, emails are blocked before leaving the server because the IP has a low reputation. The user sees "Email sent" — but in reality, no email was delivered.
NoMoreSMTP solves this problem permanently. It routes WordPress email through a reliable provider you choose. Set it up once and never think about deliverability again.
Multi-Provider Architecture
NoMoreSMTP supports multiple email providers — choose any one:
- Custom SMTP: Any SMTP server (Gmail, Outlook 365, Zoho, hosting provider's SMTP).
- SendGrid: Marketing-focused, high-deliverability service.
- Mailgun: Developer-friendly, programmable email service.
- Amazon SES: AWS infrastructure, low cost, large-volume email service.
Each provider integrates via its native API — not just the SMTP protocol. The API approach is faster, more reliable, and supplies more detail in delivery reports.
AES-256 Secret Key Storage
NoMoreSMTP encrypts all API keys and SMTP passwords with AES-256. The encryption key is derived from WordPress's AUTH_KEY constant. If your database is compromised, your API keys cannot be decrypted — the attacker would need access to both your database and your wp-config.php file.
This architecture aligns with the cryptographic controls in ISO 27001 A.8.24. Standard practice in many SMTP plugins is to store passwords in plain text — NoMoreSMTP eliminates that risk.
Email Log + Retry Mechanism
NoMoreSMTP logs every sent email: timestamp, recipient, subject, status (sent/failed/queued), provider response. From this log:
- You can diagnose deliverability issues — find out exactly where the email got stuck.
- You can measure deliverability rates — % of emails reaching their destination.
- For audit, you can prove "I sent this email at this time" — important for legal disputes.
The retry mechanism automatically retries failed emails. Three retry attempts with exponential backoff (5s, 30s, 5 minutes). Temporary network issues are absorbed transparently.
Test Email Interface
The "Send Test Email" button in the NoMoreSMTP admin panel lets you test your configuration in real time. Enter the recipient address, send the test email, see the API response. Setup is verified in seconds.
The diagnostic panel checks DNS records (SPF, DKIM, DMARC) and tells you what's missing. SPF/DKIM/DMARC setup is the most common reason for emails to land in spam — NoMoreSMTP guides you through this.
wp_mail() Filter Architecture: No Code Changes Required
NoMoreSMTP works with WordPress's wp_mail() filter. The plugin transparently transforms every email sent by WordPress (WooCommerce, Contact Form 7, BuddyPress, custom plugins) — all routed through the configured provider.
This means: no code changes, no configuration changes in your other plugins. Install NoMoreSMTP, configure your provider — every email starts going through the new route.
Press Suite Ecosystem Foundation Layer
NoMoreSMTP is the infrastructure layer of the Press Suite ecosystem. The reliability of every other plugin's email-based notifications (PostSeal publishing notifications, SafeStep 2FA emails, ContentForge AI batch reports) depends on NoMoreSMTP.
Press Suite plugins are designed to detect and integrate with NoMoreSMTP automatically. If NoMoreSMTP is enabled, no separate SMTP configuration is needed in other plugins — they all share the same email infrastructure.
Compliance Notes
- ISO 27001:2022 — A.5.14: Information transfer. Encrypted email transmission.
- ISO 27001:2022 — A.8.24: Cryptography. AES-256 secret key storage.
- ISO 27001:2022 — A.8.15: Logging. Email log and retry trail.
- ITIL v4 — Service Level Management: Email deliverability rate measurement.
- COBIT 2019 — DSS01: Operations management. Email infrastructure operational excellence.
Technical scope
- Multi-provider support: SMTP, SendGrid, Mailgun, Amazon SES
- AES-256 encrypted API key storage
- Email retry mechanism — exponential backoff
- Email log with CSV export
- Test email interface
- Compatible with WooCommerce, Contact Form 7, Gravity Forms
- Zero code change required — wp_mail() filter architecture
International standards
NoMoreSMTP is built to three international frameworks.
Frequently Asked Questions
How does the one-time payment work?
You pay $39 once and the plugin is yours forever. All updates included. No annual subscription, no hidden fees, no auto-renewal.
Which WordPress versions does it support?
WordPress 5.8 and above, PHP 7.4 and above. Optimized for PHP 8.0+.
Is there English support?
Yes. Contact satis@wp-tr.com.tr for English and Turkish support. P1 critical issues receive a 4-hour response commitment.