NET::SMTP sometimes loses From: line

2002-12-16 Thread Robert Monical
Hello, I have a perl program that sends out mail. It has been in production since 1998. It works fine in most installations. I recently changed ISPs (new: ISP outgoing mail server is mail.megapath.net) The messages are now losing the From: line. In the expanded header, the Return-Path: line is f

Re: NET::SMTP sometimes loses From: line

2002-12-17 Thread Rob Dixon
27;To: ') in your code. Try adding an equivalent 'From: ' line. HTH, Rob - Original Message - From: "Robert Monical" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 10:07 PM Subject: NET::SMTP sometimes loses From: line &g

Re: NET::SMTP sometimes loses From: line

2002-12-17 Thread Robert Monical
Yes, yes, yes Adding $smtp->datasend ("From: $From\n") did it! Thank you so much At 01:45 PM 12/17/2002 +, Rob Dixon wrote: Hi Robert I'm guessing to a large extent here, but RFC821 says >> Notice that the forward-path and reverse-path appear in the SMTP commands and repli