CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    148

    emails get spam if sent via C# .net 2.0 but goes to inbox if outlook is used

    Hi All,

    My emails are getting spammed if i use my own software to send them. The software is in C# (with .net framework 2.0).

    If i send the same mail (will all Identical settings ie. same ip, same account, same subject and body) with the outlook it goes to inbox.

    It is really becoming headache, why the mails are getting spammed only if they are sent via my application, while everything works fine with outlook.

    Thanx for any kind of help...

    Regards, Shail2k4

  2. #2
    Join Date
    Oct 2012
    Posts
    6

    Re: emails get spam if sent via C# .net 2.0 but goes to inbox if outlook is used

    Compare the PIDs on the emails. They are not the same.
    If you assign "not spam" to the email, do subsequent emails get through?
    Does your Exchange server require login?
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured