Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, i have developed an asp.net website and put a form where my users can post there comments. i made it i such a way that all the comments are transferred to my email address. It works out but my problem is, after like five meets, i get my email box filled up with junk mail which comes from my website. could be possible that someone is wasting his/her time to send all these emails/comments. i can receive like 100 comments in just five minutes. what could be the cause please? Is it a coding error or some kind of malicious users?

Thanks
yours faithfully
Martin
Posted
Comments
Sandeep Mewara 19-Sep-10 14:15pm    
Your code can better tell that! Having multiple comments from your very site - might be some code issue. Have a look.
Svetlin Panayotov 19-Sep-10 14:22pm    
What Sandeep Mewara said. Also - do you have some sort of captcha (or similar) to prevent malicious users from spamming?

Look at your code.. or probably use Robot Blocker
 
Share this answer
 
you should not use any third party server [google... or any else server] to send/receive comment in your application. You should use your own server from which you can send/receive comments with Fire wall protection. Then after you will get all the comments in your Inbox instead of Junk folder.

see below link for the reference.

http://forums.asp.net/p/1404856/3598367.aspx


Please Vote if this helps to you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900