how to send using SMTP with Authentication

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mesh2005
Forum Newbie
Posts: 3
Joined: Mon Jan 30, 2006 2:06 am

how to send using SMTP with Authentication

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

I don't think PEAR supports TLS authentication but might support SSL but not sure.
Post Reply