![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Mail on NTby simonflk (Pilgrim) |
on Apr 02, 2002 at 14:49 UTC ( #156013=note: print w/replies, xml ) | Need Help?? |
You need to add some debugging to find out where the script is dieing But since this script is running on NT, it is likely that you don't have mail/mailx/sendmail/etc executables on your system. In which case you might try using the "smtp" method in the Mail::Mailer docs. Finally, since you are sending html, you may want to use another module to send the mail. Perhaps MIME::Lite or MIME::Lite::HTML. Good luck <sig>-- simonflk </sig>
In Section
Seekers of Perl Wisdom
|
|