Skip to main content
Nov 24, 2011

PHP Mail Class

Mailer is a PHP class to help provide easier use of the PHP mail() function and error support. In all other of my scripts using the mail() function I would have lines upon lines of code just to make sure every thing sent right and provide my own error checking.
#class  #php  #script