in reply to Re^3: CGI-mailer script
in thread CGI-mailer script

Hosting service support Sendmail. Its location is usr/lib/sendmail Could you recommend appropriate perl mailer script?(it will get data from Javascript which will log statistic data) Perl script should mail data automatically, no user interaction required. Cgi-mailer should not need to reside on the same server as the JavaScript that use it.

Replies are listed 'Best First'.
Re^5: CGI-mailer script
by Joost (Canon) on Aug 19, 2004 at 09:29 UTC
      Well, I got the 'Formmail script', unzip it and read manual. There are few HTML source examples for the forms. But how configure this script work the way I need: I dont need send any forms, the task is send my logs data received from JavaScript(send automatically)?