authenticated SMTP in PHP?
Posted by: maven (---.cable.mindspring.com)
Date: October 02, 2006 03:16AM

Is there a way to configure PHP to send through an authenticated SMTP server? I'd like to test some forms I've been working on, but my ISP only accepts authenticated SMTP connections.

Thanks!


Options: ReplyQuote
Re: authenticated SMTP in PHP?
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: October 03, 2006 02:06AM

the easist way in my opinion to use mail in your php projects it to use a free open souce mailer class called phpMailer which also does support SMTP authentication. phpMailer is used by some of the best open source scripts out there, like Coppermine Photo Gallery, Mambo Open Source, MyPHPNuke, XOOPS and many more:

[phpmailer.sourceforge.net]

Options: ReplyQuote


Sorry, only registered users may post in this forum.