Postino
A new breath of life to wp_mail.
★ 2stars
29release downloads
4forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/caffeinalab/postino/releases/download/2.0.0/postino.zipFrom the readme
POSTINO
A new breath of life to wpmail.
Table of Contents
- Table of Contents
- About The Project
- How it works
- Getting Started
- Updates
- Usage
- Contributing
- License
- Copyright and license
- Contributions
About The Project
![Product Name Screen Shot][screenshot]
Postino was built to make sending emails via WP the easiest it can get. It provides a setting page where you can set the SMTP parameters, but, in case of batch installations, you can even put a configuration file in your theme.
How it works
The plugin simply uses the WordPress hook phpmailerini to set the SMTP configuration.
The versions previous to 1.0.5 used to override the wpmail which both lead to the introduction of bugs - such as the email not being formatted correctly - and was an overkill for just setting the SMTP configuration.
Getting Started
You can just clone this repository inside your wp-content/plugins folder, or download the installable zip and install it via the WordPress dashboard.
Updates
Since the release 1.0.1, you can update Postino directly from the WordPress' dashboard, like any other plugin.
Usage
To use Postino, just install it and set up your SMTP server in t
Read the full README on GitHub →