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_sesa hash of attributes. REQUIREDusernameses username. REQUIREDpasswordses password. REQUIREDdomaindomain where email will be sent from. REQUIREDporttcp port. Default is 25test_userSES verified user to send from. IE <test_user>@test_emailSend a test email to the given address.aws_regionthe AWS region to use - default is us-east-1ses_cf_pathspecifiy the configuration directory path
default - Handles all integration
Author:: TABLE XI ([email protected])