Thursday, November 1, 2007

Sending mail with PHP

How to send mail using PHP



Using phpmailer class, you can send email with PHP very easy. You can download phpmailer from here. PHP has many options, mail can be sent using SMTP or php mail function. You can also add attachments, add BCCs, CCs and send HTML email. I've been using this class for a while, and I am very happy with it. Some examples can be found here.

Send mail in PHP tutorial

No comments: