@paroicms/send-mail-aws-ses-plugin
v0.3.10
Published
AWS SES email sending plugin for ParoiCMS
Readme
@paroicms/send-mail-aws-ses-plugin
AWS SES email sending plugin for ParoiCMS.
This package is part of ParoiCMS.
Configuration
Add the following to your site configuration:
{
"plugins": {
"@paroicms/send-mail-aws-ses-plugin": {
"disabled": false,
"from": "[email protected]",
"awsAccessKeyId": "your-aws-access-key-id",
"awsSecretAccessKey": "your-aws-secret-access-key",
"awsRegion": "us-east-1"
}
}
}Configuration Options
disabled(boolean, optional): Whether to disable the plugin. Default:falsefrom(string, required): The email address to send emails fromawsAccessKeyId(string, required): AWS access key ID for SESawsSecretAccessKey(string, required): AWS secret access key for SESawsRegion(string, required): AWS region for SES service
License
Released under the MIT license.
