Page 1 of 1

how to send using SMTP with Authentication

Posted: Fri May 12, 2006 5:49 pm
by mesh2005
I want to write a script than can send emails using remote smtp server with authentication (TLS, SSL ,..), I tried to use PEAR Mail but it didn't work with TLS authentication, is that possible using PHP?
can anyone help
thanks

Posted: Fri May 12, 2006 6:55 pm
by Christopher
Check out d11wtq's new mailer script. It is in Code Snippets I think. If it does not do it, it can be extended to and d11wtq may be interested in helping you out.

Posted: Fri May 12, 2006 11:09 pm
by dibyendrah
I don't think PEAR supports TLS authentication but might support SSL but not sure.