Nalina has asked for the wisdom of the Perl Monks concerning the following question:
I am not getting any error, but the mail is not being sent to the recipient.use Mail::Sender; $sender = new Mail::Sender {smtp => 'xxx.xxx.xxx.xxx', from => 'itsme@from.com'}; $sender->MailFile({to => 'tou@to.com', subject => 'Hi', msg => "Hello friend." });
janitored by ybiC: Retitle from "Mail::Sender", as one-word nodetitles hinder site search
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Mail::Sender, no errors, but no email either
by Random_Walk (Prior) on Aug 16, 2004 at 10:46 UTC | |
by Nalina (Monk) on Aug 16, 2004 at 11:03 UTC | |
|
Re: Mail::Sender, no errors, but no email either
by reneeb (Chaplain) on Aug 16, 2004 at 10:49 UTC |