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.
No comments:
Post a Comment