ASP.net email goes to Junk mail

  • Thread starter Thread starter tvin
  • Start date Start date
T

tvin

Hi,

When I send html format email by Asp.net application using the
System.Net.Mail namespace, it goes to receiver's JUNK email box.
I appriciate any help to fix this problem.

Thanks
 
It has very little to do with asp.net and more about the return email
address you are using.
And perhaps the content you are sending.

............

You and the recipient need to agree to a return address, and have them add
it as a "good" email address.
 
It is not a coding problem. I would look at the address you are using first.
Then examine if the emails are being broadcast (you are using the app to
send multiple emails at one time). Both of these can flag an email as junk.
The actual content of the email can flag it, as well.

--
Gregory A. Beamer
MVP: MCP: +I, SE, SD, DBA

Blog:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think Outside the Box! |
********************************************
 
Back
Top