BoxLang 🚀 A New JVM Dynamic Language Learn More...
This extension provides integration for AWS SES with Preside's email centre (Preside 10.8 and above).
Currently, the extension provides:
/awsses/hooks/
) for receiving and processing AWS SES webhooks for delivery & bounce notifications, etc.See the wiki for further documentation.
Install the extension to your application via either of the methods detailed below (Git submodule / CommandBox) and then enable the extension by opening up the Preside developer console and entering:
extension enable preside-ext-aws-ses
reload all
From the root of your application, type the following command:
box install preside-ext-aws-ses
From the root of your application, type the following command:
git submodule add https://github.com/pixl8/preside-ext-aws-ses.git application/extensions/preside-ext-aws-ses
$
box install preside-ext-aws-ses