2017 © Pedro Peláez
 

library courier

Send transactional email using Postmark directly from ExpressionEngine templates.

image

picdorsey/courier

Send transactional email using Postmark directly from ExpressionEngine templates.

  • Wednesday, January 21, 2015
  • by picdorsey
  • Repository
  • 3 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Courier

Send transactional email using Postmark directly from ExpressionEngine templates., (*1)

Requirments

  • swiftmailer/swiftmailer: ~5.0
  • openbuildings/postmark: 0.2.*

Installation

  • Download the package here and put it in system/third-party/courier OR If you use composer in your EE sites, add this to your composer.json file:
require: "picdorsey/courier": "dev-master"
  • run composer install inside of the courier plugin folder, (*2)

  • Open "pi.courier.php" and add your Postmark API key, (*3)

Usage

Place the courier tag inside an EE template to fire an email:, (*4)

{exp:courier:send
    layout="_layouts/email"
    subject="Thank you for shopping with Acme, Inc."
}
    Put some content for your email here...
{/exp:courier:send}

If you are using a layout, any content in the above tag pair will be injected into your template, using:, (*5)

[[content]]

Credits

Courier is maintained by Piccirilli Dorsey, (*6)

License

MIT, (*7)

The Versions

21/01 2015

dev-master

9999999-dev http://picdorsey.com

Send transactional email using Postmark directly from ExpressionEngine templates.

  Sources   Download

MIT

The Requires