in reply to Authentication Required
Use the syntax:
Also, TCPDUMP may be overkill, especially if you are not familiar with it. Try DEBUG:# For plain SMTP, use: # $msg->send("my.name@my.domain.com"); # #For Mime::LITE, use this syntax to create the object: my $msg = MIME::Lite->new( From =>'my.name@myhost.com', ....
.. But I don't think that will help you. Your SMTP server has already told you what it does not like about your message.MIME::Lite->send('smtp','some.host',Debug=>1);
"As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Authentication Required
by njweatherman (Sexton) on Feb 26, 2008 at 00:57 UTC | |
by hawtin (Prior) on Feb 26, 2008 at 06:18 UTC |