| assets | ||
| inc | ||
| languages | ||
| .gitignore | ||
| composer.json | ||
| gd-simple-smtp.php | ||
| index.php | ||
| README.md | ||
| uninstall.php | ||
Description
A simple and easy to use WordPress plugin to set up SMTP sending.
Installation
Through WordPress backend:
- Download the zip file of this repo to your computer
- Log in to your WordPress admin area, go to "Plugins" -> "Install"
- Click on "Upload file" and choose the zip you just downloaded
- Click on "Activate" after the plugin has been uploaded
Manual installation:
- Download the zip file of this repo to your computer
- Unpack the zip file
- Upload the unpacked folder with a FTP program to "/wp-config/plugins" (default path, maybe different for your WP installation)
- Log in to your WordPress admin area, go to "Plugins" and activate the plugin
Development
All development work is done on this website. This plugin is not published to the official WordPress plugin repository, as I don't have time to support it on their forums.
Note about support:
This plugin is distributed AS IS.
I do not support it in any way. If you have issues, you have to solve them on your own.
I won't add any features, however you can simply fork this repo and start developing anything you need.
Requirements
Requires PHP > 8.0 and WordPress > 5.9
Changelog
v1.0.0
- Initial release
1.1.0
- 🧨 Breaking change: 🧨
Switched the hosting of the plugin development from Github to my self-hosted GitLab instance. The old versions are still available on Github but won't get any further updates. If you installed this plugin via Composer please change the URLs in your composer.json! - Refactored options page to use generic form field generator class
- Changed how settings are stored in the database. If you're already using an older version of this plugin you need to uninstall and reinstall!
- Removed "stymiee/php-simple-encryption" dependency because this library seems to be abandoned
- Fixed major bug with SMTP password encryption
Additional information
All my domains (flowzen.de and gitlab.flowzen.de) could have minor errors, since I am developing in my spare time. However, it is usually stable.
Note about versioning: Versions are cut in Major.Minor.Patch schema. Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.