Re: [PHP] MAIL And PHP Question

2001-03-12 Thread Chris Adams
On 12 Mar 2001 21:47:44 -0800, James Lamb <[EMAIL PROTECTED]> wrote: >Can PHP talk directly to the SMTP server, i know that there is a mail() >function but this cannnot specify the reply-to and from addresses easily. Yes, but it's less work to specify reply-to and from using mail(). If you do wan

RE: [PHP] MAIL And PHP Question

2001-03-12 Thread Chris Cocuzzo
I can't give you an exact answer, such as an implementation...but I would think it would have to do with opening a POP/SMTP socket connection. I know there is a class that can connect directly to SMTP on this website: http://phpclasses.upperdesign.com/ hope that helps, Chris -Original Messag