Tag Archives: PHPMailer

Send Email Via Gmail SMTP Authentication With PHPMailer Posted by in PHP | 18 Comments

One more example related to PHPMailer, in this tutorial I’ll give an example on How to send email through Gmail SMTP Authentication. Continue reading

PHPMailer Send Email HTML Content With UTF-8 Encoding Posted by in PHP | 3 Comments

With PHPMailer email transfer class, there are 2 things I like best: easy send email with HTML Content and charset setting (UTF-8 encoding). Continue reading

PHPMailer Send Email With Attachments Via SMTP Authentication Posted by in PHP | Leave a comment

Sending email is not just for some message you want your members/customers know. In some cases, you will need to send to them one or multiple documents such as: quote/sale report/user guide or whatever you want. Continue reading

PHP Send Email To Multiple Recipients And CC To Multiple Recipients With PHP Mailer Posted by in PHP | 3 Comments

In almost web application, sending email is one of most important function which helps to communicate with your customers/visitors. Continue reading