bight/packetboat

This package is abandoned and no longer maintained. No replacement package was suggested.

A service-agnostic vehicle for WordPress transactional email.

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

Type:wordpress-plugin

1.0.1 2016-12-22 22:01 UTC

This package is auto-updated.

Last update: 2020-09-09 13:05:21 UTC


README

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.