Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

tablexi/chef-sendmail-ses

Repository files navigation

sendmail-ses cookbook

Circle CI

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.

Requirements

Requires sendmail to be installed. Tested with the Amazon platform.

Usage

Populate the sendmail attribute and include the default recipe recipe[sendmail-ses::default].

Attributes

  • sendmail_ses a hash of attributes. REQUIRED
    • username ses username. REQUIRED
    • password ses password. REQUIRED
    • domain domain where email will be sent from. REQUIRED
    • port tcp port. Default is 25
    • test_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-1
    • ses_cf_path specifiy the configuration directory path

Recipes

default - Handles all integration

Author

Author:: TABLE XI (sysadmin@tablexi.com)

Contributors