PHPmailer

Sending E-Mail with PHP can be simple, or it can be very complex depending on what you want to do.  PHPmailer is a free PHP software used for sending emails or should I say used for “spamming”.  Though the software has been provided for free, many developers has gone beyond its real purpose.  With a block of IP Address , a web server with PHP installed in it is a perfect set-up for spamming. I have been using this free PHP software  also and it has saved me a lot of work and headaches.

What is in PHPmailer that makes it a good tool for sending emails? Does it only support a private host or is it capable of using gmail or any other public webmail services?

PHPMailer is an OOP PHP script designed for sending emails.  Some of the “G” features of phpmailer are:

  • Redundant SMTP servers.
  • Supports  8bit, base64, binary, and quoted-printable encoding.
  • Supports text and HTML type of email.
  • Can send emails with multiple TOs, CCs, BCCs and REPLY-TOs.
  • Capable of Word wrap.
  • Tested on multiple SMTP servers: Gmail, Sendmail, qmail, Postfix, Imail, Exchange, Mercury, Courier.
  • Works on any win32 or “nix” platforms.
  • Capable of handling and embedded image.
  • Capable of handling multiple attachments.
  • SMTP authentication.

This are only few of the capabilities of a PHPMailer.  Above all the email handlers I used PHPmailer is number one on my list because of the ease of use.  It requires less skills with amazing performance, it is a fully featured email transfer class for PHP.  Its indeed a thumbs up for the developers!

Did find the post very useful? Maybe you want to buy me a glass of beer!