What is a good php class for SMTP email?

php, smtp

Solution

I prefer to use PHPMailer class. It allow to send email as from your own domain and from remote account (ex.: gmail.com). Attachments, HTML messages, embedded images and many more features. Enjoy! :)

Problem

Recommendations please (from experience ideally, but anything is useful). Searching Google gives me too many choices, and I would like to know if there is a good one people use.

Original source