News Menu
Other News Sources
PHP Mailer Class - Sending SMTP Email
Published: 22nd Mar 2007
Revised: 24th Mar 2007
A useful class for sending emails through PHP using an SMTP connection can be found at http://phpmailer.sourceforge.net/. This class provides a robust and flexible alternative to the inbuilt PHP mail() function which has several limitations.
With the PHPMailer class you can send plain text or HTML emails, attach files to your emails, and send emails to multiple recipients. The class supports multiple TO, CC, BCC and REPLY-TO values.
Hope you find this useful! Back with more useful stuff soon...
With the PHPMailer class you can send plain text or HTML emails, attach files to your emails, and send emails to multiple recipients. The class supports multiple TO, CC, BCC and REPLY-TO values.
Hope you find this useful! Back with more useful stuff soon...
Related News Articles / Posts
Recent Recommended Links - October 2008 (03/10/2008)
Controlling PHP Register Globals Using .htaccess File (04/03/2008)
PHP: Include a file and store contents to variable using output buffer (05/06/2007)
PHP Mailer Class - Sending SMTP Email (22/03/2007)
Code Editors (Syntax Highlighting) - Aptana, Crimson Editor, PHP Designer (14/08/2006)
Related Links


