On Fri, 10 Feb 2006, Allan Joergensen wrote:
On 10-Feb-2006, Charlie Brady wrote:Sorry, which final message from the server? And what version of Net::SMTP?The final reply from the smtp-server (where the message is accepted or rejected). My server has libnet-perl 1.19 (Ubuntu).
Ah, OK. The commented out line here might be the reason for that: ... $smtp->data(); $rc = $smtp->code; #$message = $smtp->message; chomp($message); ... Do you remember why you commented it out? --- Charlie