On Friday, June 21, 2002, 4:40:00 PM, Lance wrote: > yes, and it did show me whats wrong. but i have no idea why is that the > case...
> 127.0.0.1 SMTPSVC1 RCPT - +TO:<[EMAIL PROTECTED]> 250 > 127.0.0.1 SMTPSVC1 RCPT - +TO:<Cc:[EMAIL PROTECTED]> 501 > i don't understand why the Cc is been treated as a recipient in TO: As far as the SMTP envelope is concerned, the To:, Cc: and Bcc: recipients are equal. It looks like a bug in PHP to me, but I don't have time to delve into the code to confirm it. It should be stripping the Cc: and the space (which shows in your log as a +) from the Cc: line. The SMTP server is complaining because the address contains invalid characters. -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php