Most Linux hosting doesn’t allow direct mail sending through PHP mail() function due to spam security issue. In order to send email through PHP mail() function, you need to be authenticate first by the SMTP server. Simplest way to do is to use the PHPMailer. Below is the sampleĀ php code using PHPMailer. <?php include(”class.phpmailer.php”); $mail [...]
Continue reading...Saturday, May 17, 2008
After learning a few programing languages it gets hard remembering all of the functions and properties that programing languages come with. Below is a list of Cheat sheets to make your coding experience much easier and faster. The list is categorized by languages.
Continue reading...
Wednesday, July 9, 2008
0 Comments