I have a question about the %recipient alias verses @allow_mail for the nms-cgi FormMail Version 3.14c1 script.
I was going though the readme file on this script and I was wondering if choosing the "alias" option and modifying the script like the following example.
%recipient_alias = (
'1' => 'one@your.domain',
);
Then in the HTML document add the line:
<input type="hidden" name="recipient" value="1" />
Would this reduce the amount spam received verses putting the email directly into the HTML like in this example?
<input type="hidden" name="recipient" value="you@your.domain,me@your.domain" />
The reason i'm asking is, I found out about this script though my host's forum and they had a setup guide that said set it up with the email address in the the HTML. Of course i'm thinking that's going to lead to excessive spam...



I downloaded the script you recommend and i'm just wondering if i'm understanding this correctly.
Bookmarks