Re: [PHP] Sending secure mail

2007-02-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-02-05 00:22:57 +: > I need to send a large number of emails (not spam!) through an external > SMTP server that requires TLS and a username/password. I have some > control over the SMTP server but very little over the web server where > the scripts reside. How do I con

RE: [PHP] Sending secure mail

2007-02-04 Thread Ligaya A. Turmelle
] Sending secure mail I need to send a large number of emails (not spam!) through an external SMTP server that requires TLS and a username/password. I have some control over the SMTP server but very little over the web server where the scripts reside. How do I connect with TLS, authenticate and send the

Re: [PHP] Sending secure mail

2007-02-04 Thread Richard Lynch
I suspect that there are pre-built PHP classes out there that can handle TLS SMTP... Google for them and search usual places like PEAR, PHPClasses.org etc. On Sun, February 4, 2007 6:22 pm, Rob wrote: > I need to send a large number of emails (not spam!) through an > external > SMTP server that r

Re: [PHP] Sending secure mail

2007-02-04 Thread Chris
Rob wrote: I need to send a large number of emails (not spam!) through an external SMTP server that requires TLS and a username/password. I have some control over the SMTP server but very little over the web server where the scripts reside. How do I connect with TLS, authenticate and send the mai

[PHP] Sending secure mail

2007-02-04 Thread Rob
I need to send a large number of emails (not spam!) through an external SMTP server that requires TLS and a username/password. I have some control over the SMTP server but very little over the web server where the scripts reside. How do I connect with TLS, authenticate and send the mail? I had pr