public marks

PUBLIC MARKS from camel with tags mail & dev

February 2007

blogrium » Blog Archive » Accept email in your apps with Mailhook

by 2 others
blogrium » Blog Archive » Accept email in your apps with Mailhook

June 2006

Swift Mailer - A Pluggable PHP Mailing Library

by 9 others
Swift is a fully OOP Library for sending e-mails from PHP websites and applications. It does not rely on PHP's native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently. Swift is comparable to PHPMailer except that it implements an extremely flexible and innovative plugin system meaning you can get the most out of sending emails from your PHP applications. The interface for Swift is both tighter and more intuitive.