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

tablexi/chef-sendmail-ses

Folders and files

NameName
Last commit message
Last commit date
Feb 24, 2014
Feb 24, 2014
Jun 12, 2013
Nov 28, 2013
Nov 28, 2013
Jun 12, 2013
Feb 24, 2014
Jun 12, 2013
Mar 25, 2015
Jun 12, 2013
Feb 24, 2014

Repository files navigation

sendmail-ses cookbook

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 seperate 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.

Recipes

default - Handles all integration

Author

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