Web Design, Development & Marketing

Web Development Articles

PHP Mailer Class - Sending SMTP Email

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...

Subscribe to RSS Feed Bookmark and Share

Related Links

Related Articles / Posts

Barclaycard ePDQ CPI Integrations (27/05/2009)

HSBC XML API / CPI E-commerce Integrations (02/04/2009)

Recommended Open Source Invoicing System (25/03/2009)

Recent Recommended Links - October 2008 (03/10/2008)

Controlling PHP Register Globals Using .htaccess File (04/03/2008)