yahoo blocks my system.net.mail! [modified]
-
Hello all I send automatically generated emails from my page for verification etc. I´ve read a couple of articles on the subject of avoiding spamfilters, and the mails work fine with hotmail, gmail, gmx and so on. But for some reason yahoo is tagging my mail as spam. Does anyone know if yahoo demands some sort of extra attention in order to pass spamfilter, and if so what this might be? /regards
modified on Wednesday, June 3, 2009 7:34 AM
-
Hello all I send automatically generated emails from my page for verification etc. I´ve read a couple of articles on the subject of avoiding spamfilters, and the mails work fine with hotmail, gmail, gmx and so on. But for some reason yahoo is tagging my mail as spam. Does anyone know if yahoo demands some sort of extra attention in order to pass spamfilter, and if so what this might be? /regards
modified on Wednesday, June 3, 2009 7:34 AM
Attach a valid return address as well as making your your smtp isn't an open relay which could get you on a spam list. http://en.wikipedia.org/wiki/Open_mail_relay[^]
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
-
Attach a valid return address as well as making your your smtp isn't an open relay which could get you on a spam list. http://en.wikipedia.org/wiki/Open_mail_relay[^]
Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane
Good suggestions, but I believe both are already taken care of. Our smtp is not open relay, and I think I attach a valid return address by doing this: myMail.From = new MailAddress("info@myCompany.com", "MyCompany");