Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, SES, Zoho, + mor...
Ultra lightweight SMTP plugin (~4KB). Encrypted passwords, zero bloat, and simple setup for Gmail, Outlook, and any mail server.
Pinny’s Simple SMTP is a lightweight SMTP mailer plugin for WordPress, designed for users who want a straightforward solution for sending emails. It requires minimal setup, allowing you to enter your host, port, and login details before saving, making it suitable for beginners and those who prefer simplicity.
The plugin prioritises security by encrypting SMTP passwords in the database and offers basic features like TLS/SSL support and email testing. It can also be configured via wp-config.php for added security, preventing changes through the WordPress dashboard.
Best for: This plugin is best for WordPress users looking for a simple and secure SMTP solution.
What it does well
Where it falls short
Pinny’s Simple SMTP provides a no-frills approach to SMTP mailing, ideal for those who need a reliable and easy-to-use plugin without unnecessary complexity.
Pinny Fried's own description of Pinny’s Simple SMTP, lightly tidied.
Pinny’s Simple SMTP is a ultra lightweight SMTP plugin weighing in at just 4KB. It’s simple to use, highly secure, and includes all the basic features you need to send emails reliably.
Tired of bloated setup wizards, “Connect Account” popups, and endless menus?
Pinny’s Simple SMTP is designed to be invisible. We removed the fluff so you can get back to work.
1. Enter your Host & Port.
2. Enter your Login.
3. Click Save.
That’s it. You are done.
There is no complex UI to learn. No dashboards to manage. It is a true “Set and Forget” solution that just works.
Unlike most SMTP plugins (which are typically 2MB+ in size), Pinny’s Simple SMTP is ultra-lightweight, easy to set up, and never compromises on security. We ensure your sensitive credentials are always protected with automatic encryption—no more storing passwords in plain text.
This plugin is different. It’s smaller than a favicon, works with any mail provider, and takes just seconds to set up.
Features:
wp-config.php and lock the admin UI.Pinny’s Simple SMTP supports configuration directly from wp-config.php, allowing administrators and developers to lock SMTP settings and prevent changes from the WordPress dashboard.
When enabled, the plugin automatically switches the admin interface to read-only mode.
To enable this mode, add the following constants to your wp-config.php file
define('PINNYS_SMTP_FORCE', true);
define('PINNYS_SMTP_ENABLED', true);
define('PINNYS_SMTP_HOST', 'smtp.gmail.com');
define('PINNYS_SMTP_PORT', 587);
define('PINNYS_SMTP_ENCRYPTION', 'tls');
define('PINNYS_SMTP_AUTH', true);
define('PINNYS_SMTP_USERNAME', 'your@email.com');
define('PINNYS_SMTP_PASSWORD', 'your_app_password');
define('PINNYS_SMTP_FROM_EMAIL', 'your@email.com');
define('PINNYS_SMTP_FROM_NAME', 'Your Website');
Once PINNYS_SMTP_FORCE is enabled:
wp-config.phpOther plugins for email deliverability.
Make email delivery easy for WordPress. Connect with SMTP, Gmail, Outlook, SendGrid, Mailgun, SES, Zoho, + mor...
Free WP Mail SMTP plugin - fix WordPress email deliverability with Gmail, Amazon SES, SendGrid, Mailgun, Cloud...
Make SMTP email sending and delivery easy. Configure Gmail SMTP, Outlook, Brevo, SendGrid, Mailgun, SendLayer...
Send emails from your WordPress site using your preferred SMTP provider like Gmail, Outlook, AWS, Zoho, SMTP.c...
Improve WordPress email deliverability. Connect Gmail SMTP, Microsoft 365, Brevo, SendGrid, Mailgun, Zoho, Ama...
Check & Log email allows you to test if your website is correctly sending emails . Overriding of email hea...