• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need PHP email w/ SMTP authentication

WannaFly

Platinum Member
I need to send an email in PHP and use smtp authentication - I've tried and tried to get the stmp mailer with PEAR working but cannot get it working. Does anyone know of a completely stand alone SMTP w/ authentication module for php4?
 
Note sure it's even related to PEAR:
Failed to connect to mail.exilum.com:25 [SMTP: Invalid response code received from server (code: -1, response: )]

This was after re-installing pear, before it seemed to work but always replied successfull even though it didnt work (I could use the wrong password and it would still "work")

this is code similar to what I am using, although its not the exact, I dont have access to it right now. http://email.about.com/od/emai...ngtips/qt/et073006.htm
 
Back
Top