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
want to do this, PHP's socket library allows you to directly connect to an SMTP
server and send the appropriate commands. There are several PHP classes
available which do this - search your favorite PHP code repository - if you
don't want to become a lot more familar with RFC 822.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to