[PHP] mail - sendmail

2001-08-03 Thread Michael Mehlmann
Hi! I wanted to use the full SMTP-Protocol including "MAIL FROM:" and "RCPT TO:", and therefore I can't use mail(). I have written a perl-script, I call from PHP, that connects to the SMTP-server directly and this worked fine - until a server went down, and my ISP's-SMTP-Server told my perl-scrip

[PHP] mail/sendmail lmitations?

2001-02-07 Thread Dave VanAuken
anyone have an idea what the limit either in addresses or string length that sendmail can handle in a to, cc, or bcc field? Dave -- 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 ad

Re: [PHP] mail/sendmail lmitations?

2001-02-07 Thread Steve Werby
"Dave VanAuken" <[EMAIL PROTECTED]> wrote: > anyone have an idea what the limit either in addresses or string > length that sendmail can handle in a to, cc, or bcc field? I think the total message header length can have a max byte size in sendmail (I think primarily as a crude anti-spam method),