Integrates sendmail with Amazon SES. This cookbooks duplicates this doc except rather than adding the configurations directly to the sendmail.mc file. It is included as a separate file.
Requires sendmail to be installed. Tested with the Amazon platform.
Populate the sendmail attribute and include the default recipe recipe[sendmail-ses::default]
.
sendmail_ses
a hash of attributes. REQUIREDusername
ses username. REQUIREDpassword
ses password. REQUIREDdomain
domain where email will be sent from. REQUIREDport
tcp port. Default is 25test_user
SES verified user to send from. IE <test_user>@test_email
Send a test email to the given address.aws_region
the AWS region to use - default is us-east-1ses_cf_path
specifiy the configuration directory path
default - Handles all integration
Author:: TABLE XI (sysadmin@tablexi.com)