i wondered if its somehow possible to get the reveivers email adress somehow out of a database.
my case: i got a list of people with their emailadresses in a database (i linked to the list above). now i want to have a link next to every person where i can mail them to their emailadress with the form. i really havent a glue how to do that. and there is another thing: it would be great to have the emailadress somehow hidden so the spambots wont be able to read them.
the link you can do with an <a> tag and mailto: prefix.
you can have it all, either you have the email address in your HTML (hidden or not) to being able to send them an email or not have it in the HTML of that page, but then you can't email them with just one click....