in reply to Send an E-mail using NET::SMTP
Update: Added Code Sample.$sender->MailMsg({ smtp => 'mail.server.com', from => 'somebody@perlmonks.org', to => 'tcf22@perlmonks.org', subject => 'Sample', msg => 'Mail Sender Sample', auth => 'NTLM', authid => 'tom', authpwd => 'pass' }) || die "$Mail::Sender::Error\n";
- Tom
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Send an E-mail using NET::SMTP
by Zitoune (Beadle) on Oct 09, 2003 at 20:48 UTC | |
by Jenda (Abbot) on Oct 09, 2003 at 21:16 UTC | |
by Zitoune (Beadle) on Oct 10, 2003 at 12:25 UTC | |
by Jenda (Abbot) on Oct 10, 2003 at 18:46 UTC |