tags:

views:

855

answers:

5

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.

A: 

I've always used Zend_Mail.

If you are not using a framework you could get that piece of code from the source.

Macarse
+1  A: 

Pear has some mail classes:

http://pear.php.net/package/Mail

feihtthief
+3  A: 

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! :)

Dals
by far, the best
chris
A: 

I have been very happy with SwiftMailer - its quite powerful and has batch sending features.

Darren Newton
A: 

I like XpertMailer and it has also a good MIME class in case you need manipulate/create/modify body emails

Gabriel Sosa