I am working on an application (in PHP and JavaScript) that allows users to create content (short stories), and I want to add the "Send this to a Friend" button.
I am worried, however, that this can be used to send spam.
What can I do to prevent this from happening? I think:
1) The user must confirm his personal email address before sending it 2) I have a hidden field somewhere that the bots will fill
What else should I do?
Greetings
source
share