I have created an HTML web form which will hopefully submit its contents to an e-mail. I am using IIS4 and have installed ActivePerl to parse my Perl script.
How do I submit this form to an e-mail when using IIS? I know in UNIX you can use sendmail (all the examples on the web use this!). There must be an Windows equivalent somewhere.
Please help