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

Do you have an smtp server running on 'localhost' and what do its logs show?

<rant>Domain.com is not a reserved domain, indeed it is owned by a corporation. Always use example.com, which is reserved for this purpose.</rant>

Neil Watson
watson-wilson.ca

  • Comment on Re: CGI::Carp and Mail::SendEasy do not work

Replies are listed 'Best First'.
Re^2: CGI::Carp and Mail::SendEasy do not work
by kazin_ (Initiate) on Jun 12, 2014 at 17:37 UTC
    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.

      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