in reply to How to send email when executing PERL on Windows NT

I've had success using Mail::Mailer. Being that you're using this on NT, you'd probably have to use the "smtp" options. I couldn't guarentee how well it would work on NT since I've only used this on UNIX, but it's very easy to code with this module.

Rich36

  • Comment on Re: How to send email when executing PERL on Windows NT