flipboxfactory/craft-postmark

This package is abandoned and no longer maintained. The author suggests using the craftcms/postmark package instead.
There is no license information available for the latest version (1.0.1) of this package.

Postmark mail adapter

Installs: 3 184

Dependents: 1

Suggesters: 0

Security: 0

Stars: 12

Watchers: 3

Forks: 1

Open Issues: 0

Type:craft-plugin

1.0.1 2019-02-07 20:01 UTC

This package is auto-updated.

Last update: 2019-02-19 23:45:46 UTC


README

Join the chat at https://gitter.im/benface/craft-postmark Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

This plugin provides a Postmark integration for Craft CMS.

Requirements

This plugin requires Craft CMS 3.1.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require flipboxfactory/craft-postmark
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Postmark.

Setup

Once Postmark is installed, go to Settings → Email, and change the “Transport Type” setting to “Postmark”. Enter your Postmark server API token (which you can get from your server page, under “Credentials”). Note: This field can be set to an environment variable, such as $POSTMARK_TOKEN.