Mail: Not Sending Spam

Discussion in 'ASP.NET / ASP.NET Core' started by boulder_bum, Dec 14, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Currently I'm using System.Web.Mail.SmtpMail to send a MailMessage with hard-coded addresses (with localhost). It works, but the mail ends up showing up in my "junk" folder. I want to use my site for e-commerce and send product keys via these mails after a purchase, so I can't have spam filters blocking my customers from receiving what they paid for.

    What can I do so that the mail I send shows up as legitimate/ non-spam?
     
  2. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

    This is a problem for many ecommerce sites. You have to ask the customers to make sure to whitelist your domain.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page