-4

I am sending mail in my website using System.Net.Mail namespace but these mail are received in spam folder i don't want to receive them into spam folder. What should i do to stop them to go into spam folder, i want to receive them into inbox.

Note:- Mail is spamming after sending 30000 e-mails.

Thanks in advance.

4b0
  • 21,981
  • 30
  • 95
  • 142
  • Please search. There are a _lot_ of questions about this on this site already, just look at the "Related" links on this page. – Mat Apr 16 '12 at 09:32
  • You have to make a research first. It depends on the nature of your mail messages. Then check out each mail server that puts your mail into the spam box. All of them have some rules that you must follow, like headers. – Oybek Apr 16 '12 at 09:35

1 Answers1

1

You cannot control the spam filter on other client PCs. If this were possible, spam filters would be useless and we'd be buried under a sea of rubbish emails.

To stop it hitting the spam filter, I'd stop sending spam.

On a related note:

.NET System.Net.Mail messages are always being flagged junk, on internal server

Community
  • 1
  • 1
Adam Houldsworth
  • 63,413
  • 11
  • 150
  • 187