in reply to Re: CGI::Carp and Mail::SendEasy do not work
in thread CGI::Carp and Mail::SendEasy do not work

Unfortunetly, Neil, the code itself isn't the issue. The code I presented is the format in which the form is filled. The fields for stmp points to my mail relay server, and my domain is pointing to my actual domain.

I didn't think it would be a wise idea to shooting out sensitive information out on the internet.

Again, it seems that the functionality of Carp and Mail::SendEasy doesn't seem to work within Perl combined with IIS8, yet I can present other scripting in Perl to function.
  • Comment on Re^2: CGI::Carp and Mail::SendEasy do not work

Replies are listed 'Best First'.
Re^3: CGI::Carp and Mail::SendEasy do not work
by poj (Abbot) on Jun 12, 2014 at 19:59 UTC

    I know it doesn't really help fix your problem but the script worked for me on Windows 8.1 and IIS 8 (Activestate Perl 5.16.1). I had to remove a space before EOF though.

    poj