SMTP mail going to Spam

Discussion in 'ASP.NET 2.0' started by sridhar.a, Sep 14, 2007.

  1. Hi I am using
    ASP.NET 2.0 and sending mails from my application using ASP.NET 2.0.
    I coould able to send all emails but for Gmail some times it is going to SPAM
    I don't want my mail to go to spam my mail should go to inbox exactly
    can any one suggest me solution imm.,
    Thanks and regards
    Sridhar
     
  2. The receiving part of the email is taken care by Gmail.There is nothing you can do about it.Their mail sorting algorithm decides what goes into SPAM ! The receiver can always flag emails from you as 'Not spam' to avoid this,hopefully!

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    are you sending HTML email? this will increase the likelihood of causing the email as being treated as spam. try send text email =

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. I am sending HTML mail,


    what about news letters ?


    Sridhar.
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    hotmail / Gmail / yahoo do not tell you how their spam filtering engine works. It is difficult to guarantee that the mail will not be treated as spam.

    In general, most spam filter will put some negative points if the mail message is html based.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page