Description
This plugin provides an extremely easy way to route WordPress emails through Hectane. After installing and configuring the plugin, all calls to wp_mail()
will be intercepted and sent to Hectane which will take care of delivery.
Installation
- Upload the directory
hectane
to thewp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Configure the plugin through the ‘Hectane’ item in the Settings’ menu.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Hectane” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Hectane” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.6
- Split up settings
- Fixed header bug
0.1.5
- Additional MIME headers are passed to Hectane
0.1.4
- Extract “From” field from headers if present
0.1.3
- Plugin now auto-detects HTML
0.1.2
- Fixed bug preventing TLS from working
- Added option for ignoring TLS errors
0.1.1
- Plugin renamed to “Hectane” due to upstream change of name
0.1.0
- Initial release of plugin