Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

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', '[email protected]');

Mailgun

TK.

Sendgrid

TK.

About

A service-agnostic vehicle for WordPress transactional email.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published