Commit Graph

5 Commits (802121d54a28b2a5636878331e494abb76e6ea1a)

Author SHA1 Message Date
Steven Zhu dd958872a8
Fix SES region variable
The last version do not save the SES region into the config file, breaking the notification hook.
2 years ago
Steven Zhu a6b5f0c9d4
Fix variable naming to make the access key and secret key consistent with Route53. 2 years ago
Steven Zhu 8d136c6a25
Add newline at end of file to satisfy shfmt's "extra line" error 2 years ago
Steven Zhu 4d94270cde
Add newline at end of file to satisfy shfmt's "No newline at end of file" error 2 years ago
Steven Zhu e0d96bcb39
Add initial AWS SES support
Copied most of the v4 api stuff from DNS_AWS hook (Thanks!)

New tokens added:
AWS_SES_ACCESS_KEY_ID
AWS_SES_SECRET_ACCESS_KEY
AWS_SES_REGION
AWS_SES_TO
AWS_SES_FROM
AWS_SES_FROM_NAME (Optional)
2 years ago