News Feed
Jobs Feed
Sections




News Archive
php|architect:
Transactional Emails for Fun and Profit
November 22, 2011 @ 17:58:33

On the php|architect site there's a recent tutorial from Cal Evans about building a transactional email system with the help of a simple library and the SES system from Amazon.

I love APIs. A well-defined API can make short work of a complex problem. It's even more fun when you find a cool API with a great wrapper to make it simple to use. That's what I found when I started playing with Amazon's Simple Email Service; a tool that was easy to work with, solved a problem I needed solved, and had a simple to use PHP wrapper.

Based on the SES library by Dan Meyers, he includes the code to pull in a simple email template and populate it with the values you want, log in to the Amazon SES service and send the email via the remote service.

0 comments voice your opinion now!
transaction email amazon tutorial ses service api


blog comments powered by Disqus

Similar Posts

Timothy Boronczyk's Blog: Currying in PHP

Thomas Weinert's Blog: Highlight Words In HTML

Jim Plush's Blog: PHP Socket Tutorial Part 1

DevShed: Displaying User Comments in a Code Igniter Blog Application

Zend Developer Zone: Consuming WebThumb's API in PHP


Community Events











Don't see your event here?
Let us know!


release opinion series development example object testing composer functional database language code podcast interview introduction phpunit community tool framework zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework