picdorsey / courier
Send transactional email using Postmark directly from ExpressionEngine templates.
dev-master
2015-01-21 06:32 UTC
Requires
- openbuildings/postmark: 0.2.*
- swiftmailer/swiftmailer: ~5.0
This package is not auto-updated.
Last update: 2025-03-25 18:03:31 UTC
README
Send transactional email using Postmark directly from ExpressionEngine templates.
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 -
Open "pi.courier.php" and add your Postmark API key
Usage
Place the courier tag inside an EE template to fire an email:
{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:
[[content]]
Credits
Courier is maintained by Piccirilli Dorsey