2017 © Pedro Peláez
 

wordpress-plugin packetboat

A service-agnostic vehicle for WordPress transactional email.

image

bight/packetboat

A service-agnostic vehicle for WordPress transactional email.

  • Thursday, December 22, 2016
  • by greatislander
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Packet Boat

Build Status Coverage Status Packagist, (*1)

A service-agnostic vehicle for WordPress transactional email., (*2)

Requirements

  • PHP >= 5.6
  • WordPress >= 4.7

And one of the following services:, (*3)

Installation

If you're using Bedrock:, (*4)

composer require bight/packetboat, (*5)

If you're not:, (*6)

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., (*7)

Postmark

Add the following lines to wp-config.php:, (*8)

// 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., (*9)

Sendgrid

TK., (*10)

The Versions

22/12 2016
22/12 2016

dev-master

9999999-dev

A service-agnostic vehicle for WordPress transactional email.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/12 2016

1.0.1

1.0.1.0

A service-agnostic vehicle for WordPress transactional email.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/12 2016

1.0.0

1.0.0.0

A service-agnostic vehicle for WordPress transactional email.

  Sources   Download

MIT

The Requires

 

The Development Requires