bight / packetboat
A service-agnostic vehicle for WordPress transactional email.
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Type:wordpress-plugin
Requires
- php: >=5.6
- composer/installers: ~1.0
- wildbit/postmark-php: ^2.2
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.7
This package is auto-updated.
Last update: 2020-09-09 13:05:21 UTC
README
A service-agnostic vehicle for WordPress transactional email.
Requirements
- PHP >= 5.6
- WordPress >= 4.7
And one of the following services:
Installation
If you're using Bedrock:
composer require bight/packetboat
If you're not:
git clone --depth=1 https://github.com/bight/packetboat.git wp-content/plugins/packetboat
cd /wp-content/plugins/packetboat
rm -rf .git
composer install --no-dev
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
:
// Postmark server API token, see: http://developer.postmarkapp.com/developer-api-overview.html#authentication
define('POSTMARK_SERVER_TOKEN', 'your-postmark-server-token');
// Postmark verified sender signature, see: https://account.postmarkapp.com/signatures
define('POSTMARK_SENDER_SIGNATURE', 'foo@bar.com');
Mailgun
TK.
Sendgrid
TK.