Forum Moderators: coopster
You can find a bunch of off the shelf form mail programs that have the to: email address securely buried on the server unless you want to write your own.
Have the form submit the content to the server, then send the email via the server side script, thus making the to address private and also blocking spammers from using your server to relay junk mail.
try this search [google.ca]
If mailto: is a must, you can help protect the address by using javacript tricks [google.com] to "hide" the address from dumb screen readers. Your best bet is to roll your own version rather than rely on existing scripts, since a popular existing script is likely to have been targeted by the bot makers. This will fool the brain dead bots, but remember there's nothing to protect yourself 100%
[edited by: jatar_k at 6:08 pm (utc) on Mar. 1, 2005]
[edit reason] fixed link [/edit]