Re: Sending Mail with CGI on Windows server

2001-07-31 Thread Mark Bergeron
Use Net::SMTP. You'll find it and supporting documentation on CPAN. -Original Message- From: "James Boeck"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Date: Tue Jul 31 08:18:07 PDT 2001 Subject: Sending Mail with CGI on Windows server >Hello All, > >I too am

Sending Mail with CGI on Windows server

2001-07-31 Thread James Boeck
Hello All, I too am a newbie in the world of perl. I was wondering if any of you could explain to me how you send out mail from a CGI script when your server is a WinNT 4.0 or Win2k server. I figured it would be different since windows does not run sendmail. Thanks for the help, James H.