I have a form where a visitor can send a e-card to a friend. I think that there is some danger of a spam bot being able to use this form to send spam to thousands of addresses from my form. Is this true? Are there some recources where I could learn more? I am adding a php generated image for human verification, but it is generated from two of the fields that are passed from the form, using an algorithm. The problem I have is that if a human filled out the form once, they would have the password for one particular email. Then they could send as many emails to that one address as they wanted. Would they want to do that? Do I need to gaurd against it? Any input is greatly appreciated.