Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
-- Am i doing anything wrong or is there an problem with localhost?? -----code_of_the_daymy $sender = new Mail::Sender{smtp => 'localhost'}; ref ($sender->MailMsg({to => $mailing_address, from => 'X Y Z', subject => 'HELP HELP, msg => $inputLine})) || die "$Mail::Sender::Error\n"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sendmail module problems
by tachyon (Chancellor) on Jul 07, 2001 at 01:42 UTC | |
|
Re: sendmail module problems
by arhuman (Vicar) on Jul 07, 2001 at 01:38 UTC |