Packet Boat archived
A service-agnostic vehicle for WordPress transactional email.
★ 0stars
7release downloads
43composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/bight/packetboat/releases/download/1.0.1/packetboat-v1.0.1.zipAlso on Packagist as bight/packetboat:
composer require bight/packetboatDeclares an update source (https://github.com/bight/packetboat), so updates arrive through the plugin's own updater.
From the readme
Packet Boat
A service-agnostic vehicle for WordPress transactional email.
Requirements
PHP = 5.6
WordPress = 4.7
And one of the following services:
Postmark
Mailgun (coming soon)
Sendgrid (coming soon)
Installation
If you're using Bedrock:
composer require bight/packetboat
If you're not:
Configuration
Activate the plugin (or network activate it if you're on WordPress Multisite). Then complete the service-specific configuration procedure.
Postmark
Add the following lines to wp-config.php:
Mailgun
TK.
Sendgrid
TK.
Read the full README on GitHub →