A simple WordPress plugin for configuring a site to use a SMTP server to send email instead of the default PHP mail function.
Why is this necessary?
When working in a development environment, more than likely the PHP mail function is not going to work. I found that most of the SMTP plugins available on WordPress.org do way too much. This plugin does one thing and one thing only… Sends WordPress email using SMTP.
You can now easily test your forms in your local dev environment without installing a mail server!
Changelog
1.1.0
- Added the ability to manually override plugin options by defining the
SSMTP_MAILER
constant - Changed PHP requirement to 8.0
- The SMTP password is now stored as a salted hash
- Errors now get added to the PHP error log when debug option is enabled
- Some minor code refactoring
1.0.5
- Compatibility with WordPress 6.3
1.0.4
- Added a debug option
1.0.3
- Compatibility with WordPress 6.1.1
1.0.2
- Replaced all PHP short tags
1.0.1
- text-domain fix
- Changed permissions from administrator to manage_options
- Added options page link on plugins page
- Updated the description
1.0.0
- Initial commit