Sign in | Join
Last post 06-15-2009 5:19 AM by jayaramp. 5 replies.
Sort Posts: Oldest to newest Newest to oldest
I read something some times ago about a simple way to encode e.mail addresses in ASP.NET code (or ASP.NET MVC??), in order to avoid spamming.
But I don't remember how and where I read that and my googling isn't lucky.
Any idea?
Thank you,
Dave
Check out this links it may help you:
http://www.andreas-kraus.net/blog/tips-for-avoiding-spam-filters-with-systemnetmail/
You can read here how to avoid spam emails
http://www.codeproject.com/KB/aspnet/spambot.aspx
Hello Sir,
I read your posted article from the link, its very nice for avoiding spam mails. Ok, but I have one requirement here, as I need to catch the spam mails based on email templates in asp.net. Any help will be appreciated.
Thanks In Advance..
How can you do that it wil be done by your smtp server
Hi Mudassarkhan,
Thank you very much for the quick response, Actually we have a requirement to stop the spam mails using email template. As we need to compare the submitted mail with a email template and it will need to check the submitted mail matched or not. If not it will need to tell its a spam mail. We need this requirement in Asp.Net. Is it possible ?