How to send mail with SMTP Authentication?
Amplify’d from blog.teamgrowth.net
Posted on August 27, 2011 by ashwini.ahire
The Simple Mail Transfer Protocol (SMTP) is the most widely used protocol for sending electronic mail.SMTP authentication is an extension to SMTP that proves your identity to a mail gateway.
Many shared hosting providers don’t allow to use the PHP mail() function for security reasons. Using SMTP Authentication instead of mail function adds layer of security to sendmail. You have to try this class for composing and sending e-mail messages that comes with a wrapper function named smtp_mail().
SMTP server configuration details:
Read more at blog.teamgrowth.net
See this Amp at http://amplify.com/u/a1bys0














