Articles tagged with "Mail"

PHPMailer with native API for PHP 5.x

By Heiner Gassen
This tutorial on using PHPMailer with Cake (http://bakery.cakephp.org/articles/view/94) has a comment requesting a component that lets you use the native PHPMailer API. This is possible with PHP5's built-in overloading capabilities.
[Read more]

SwiftMailer Component

By Othman ouahbi
This is a component that does encapsulate but not hide swift mailer.
In addition, it adds some nifty features.
In short, this is just a delicious cake-ish swift Mailer.
[Read more]

SwiftMailer Component Tutorial

By Othman ouahbi
Based on Chris Corbyn's excellent Swift Mailer. This is a component that does encapsulate it but not hide it, while it adds some nifty features. Read on how to bake with it.
[Read more]

Simple SMTP Mailer

By Louis Stoltz
This is a simple tutorial on how to send a plain text message via email.
[Read more]