How to send email using HTML templates in Codeigniter
This post explains how to send email using HTML templates in Codeigniter, earlier post we learned how to send mails using HTML...
Read More
Website uptime monitoring using PHP script
This post explains about website monitoring. My friend Vidhi made simple script to get the your website uptime. Using this script we...
Read More
How to add HTML content in php mail() function
In this post i would like to explain about how to add HTML content to PHP mail() function. Few servers are supports...
Read More
Sending mail using phpmailer and gmail as smtp
Hello friends following script will work for sending mail with using of phpmalier class and gmail as smtp.This will be work for...
Read More
How to send mail using phpmailer class
This post explains how to send mail using phpmailer class. With few steps we can integrate it into our website. The following...
Read More