in reply to Re: Newbie Trying to use FormMail
in thread Newbie Trying to use FormMail

Actually, I am using the FormMail from nms. all I am doing is adding the recipient hidden field in the form. Before i did that the output was successfully printed to the browser. When I upload the change, I now get the 500 error. In the pl file I have these settings: $postmaster @referers @allow_mail_to each include the domain/address that i have included in the form field, and : @recipients = (); I am not completely new to programming, but it is quite obviously not my forte. Thanks again. Hulio

Replies are listed 'Best First'.
Re^3: Newbie Trying to use FormMail
by tachyon (Chancellor) on Nov 16, 2004 at 01:20 UTC

    Have you followed any of the other advice? The advice that notes there is a README and you need to READIT; you can/should add fatalsToBrowser; read the error log; read CGI Help Guide? You will have a trivial syntax error. It will be documented in the error log. If you post exactly what you are trying to upload (just cut and paste to configuration section between <code> </code> tags) + the logged error or carefully read the README and do it exactly as described.....

    cheers

    tachyon