dev-master
9999999-dev http://picdorsey.comSend transactional email using Postmark directly from ExpressionEngine templates.
MIT
The Requires
by Adam Dorsey
Wallogit.com
2017 © Pedro Peláez
Send transactional email using Postmark directly from ExpressionEngine templates.
Send transactional email using Postmark directly from ExpressionEngine templates., (*1)
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)
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]]
Courier is maintained by Piccirilli Dorsey, (*6)
MIT, (*7)
Send transactional email using Postmark directly from ExpressionEngine templates.
MIT