Posts marked with “email”
Mandrill Alternatives for PHP Applications
What would a website be if it couldn’t send emails, even if just for password resets? Running your own mail server is a huge hassle, so many developers instead use a third party service to send transactional emails like password resets, new user welcome messages, and order summaries. One of the most popular services, in […]
Sending HTML Emails with Drupal 7, Webform, and Mandrill
Learn about the modules to install and configure to enable Drupal 7 to send HTML emails with Mandrill, a transactional email service. We’ll also show you how to change the default Webform email template to send submissions as HTML.
Transactional Emails for Fun and Profit
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.