How To Use AWS SES With Sendmail In CentOS/Amazon Linux

Author: , October 31st, 2011

Here are the Amazon docs: http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/index.html?IntegratingWithServer.Sendmail.html Edit sendmail.mc and generate a new sendmail.cf

/etc/mail/mailertable .{TAB}aws-email:%0 Replace the {TAB} with an actual tab character, and the last character is a zero. /etc/mail/sendmail.mc Change: DAEMON_OPTIONS(Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl To: dnl DAEMON_OPTIONS(Port=smtp,Addr=127.0.0.1, Name=MTA’)dnl Please note above the space after the leading ‘dnl’ and that there is a trailing ‘dnl’ […]

How To Configure AWS SES Perl Scripts

Author: , October 27th, 2011

Your mileage may vary widely…

CentOS

Ubuntu

For all OS

How To Use AWS Simple Email Services With PHP

Author: , October 24th, 2011

Easy Install Of AWS SES PHP SDK

Adding Channel “pear.amazonwebservices.com” succeeded Discovery of channel “pear.amazonwebservices.com” succeeded

downloading sdk-1.4.5.tgz … Starting to download sdk-1.4.5.tgz (1,992,454 bytes) ………….done: 1,992,454 bytes install ok: channel://pear.amazonwebservices.com/sdk-1.4.5 PHP Configuration

Copy the contents of config-sample.inc.php and add your credentials as instructed in the file. Move your file to ~/.aws/sdk/config.inc.php. […]