Configuring MAIL with PEAR and PHPMAILER
Last Updated on Sunday, 13 November 2011 11:08 Written by Alvaro A Saturday, 11 December 2010 08:18
ABSTRACT
I am going to describe hereunto the different steps you would need to take in order to allow the mail system that we have, and your scripts to work together. The current system uses SMTP authentication, more secure and aimed at preventing the effects and consequences from spammers. This is aimed at Windows users mainly.
MAIN
There are 2 popular ways of doing it. One is using the PEAR library and the other is using another application called PHP MAILER.
The PEAR library
Learn More
Recent Comments