Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
/ packetboat Public archive

A service-agnostic vehicle for WordPress transactional email.

License

Notifications You must be signed in to change notification settings

bight/packetboat

Repository files navigation

Packet Boat

Build Status Coverage Status Packagist

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.