R
raisin_smiles
Guest
I have created a php based website with a simple feedback form which uses my ISP SMTP account for sending email.
The content of two text boxes when the submit button is pressed get sent via my ISP email account to another of my email accounts (hotmail address) via php PEAR.
However I believe 000webhost have identified this could be used for SPAM and cancelled my site, the message I got was "cancelled for abuse" and they closed my ticket when i asked for a clearer explanation.
The email is sent using PEAR via the code in this tutorial, Im a php newbie:-
http://email.about.com/od/emailprogrammingtips/qt/et073006.htm
What steps could I take to prevent spam being sent via my form?
Hope that makes sense.
The content of two text boxes when the submit button is pressed get sent via my ISP email account to another of my email accounts (hotmail address) via php PEAR.
However I believe 000webhost have identified this could be used for SPAM and cancelled my site, the message I got was "cancelled for abuse" and they closed my ticket when i asked for a clearer explanation.
The email is sent using PEAR via the code in this tutorial, Im a php newbie:-
http://email.about.com/od/emailprogrammingtips/qt/et073006.htm
What steps could I take to prevent spam being sent via my form?
Hope that makes sense.