ASP.net email goes to Junk mail

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
 
S

sloan

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.
 
G

Gregory A. Beamer

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! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top