Forum Moderators: mack
There are quite a few e-mail address encoders. Some work differently than others so you should check out a few to see which is best for your use. Just do a google search for email address encoder, mailto encoder and the like and you should come up with a handful.
I've gotten away from email forms but I'm sure somebody else will tell you how to use it with Matt's script AND all the things you should do to secure the script from possible spammers.
Jim
Well worth a visit.
The good thing is that (in your case), you define a list of email address in the config section of the perl file as:
1=> email@emailadress1.com
2=> emails@mydom.co.uk
etc...
and what you do on the actual HTML page (where the form lies) is just set the recipient to whichever number you want it ie recipient =1,2,3)
It's really great.
Leo