Free SMTP
Use PHPMailer with SMTP instead of WordPress defaults wp_mail. You can setup your own SMTP settings on the wp-admin dashboard
by Code IT · github.com/codeit-ninja/wordpress-smtp · website
★ 0stars
125composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/codeit-ninja/wordpress-smtp/archive/refs/heads/master.zipAlso on Packagist as codeit-ninja/wordpress-smtp:
composer require codeit-ninja/wordpress-smtpFrom the readme
WordPress SMTP 📨
There are many popular plugins already for this, why would I choose this one?
✅ Does not add bloatware
✅ Does not spam you to upgrade to a paid version
✅ Does not add unnecessary CSS or JavaScript
✅ Non-commercial
This is just a plain plugin which tells WordPress to use PHPMailer and SMTP with the provided settings.
Installation
Download the latest release, or when using composer use
Usage
Activate the plugin and go to Settings - SMTP, provide the necessary details. Before enabling, send a test mail frist! If the test failed, make sure to resolve the problems before enabling!
If you enable with a faulty config, none of your contact forms will work any longer.
If nothing wen't wrong and you successfully recieved the test email in your inbox you can check the 'Enable SMTP' checkbox.
Bugs / issues
Did you ran into a problem thats the fault of this package? Don't hesitate to submit a new issue.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.1.6 | Dec 22, 2023 |
| v1.1.5 | Dec 22, 2023 |
| v1.0.5 | Aug 7, 2023 |
| v1.04 | Aug 7, 2023 |
| v1.0.3 | Aug 7, 2023 |
| v1.0.2 | Aug 7, 2023 |
| v1.0.1 | Aug 7, 2023 |
| v1.0.0 | Aug 5, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.