Send email in .net application without it being spam?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samnang

    Send email in .net application without it being spam?

    Hi,

    I have a list of email address of my customers, I would like to build
    an application that can send product promotion to them in regular once
    a week. I'm afraid that my email will deliver as spam, could you give
    me some advices to avoid this problem?

    Cheers,
    Samnang
  • Kerem Gümrükcü

    #2
    Re: Send email in .net application without it being spam?

    Hi Samnang,

    the problem is on the server an customer side.
    If you are on a black list with spamers, then
    you must contact the lists maintainer to delete
    you from the list. You also must contact your
    customer and tell them that they must arrange
    it that way (server settings, email client settings,
    spamfiler settings, everthing that could block your
    email from reaching your inbox on you mail client!),
    that the mail will be delivered to the mail clients inbox.

    It is not a .NET Problem, more a infrasctructure solution
    that must be considered,...

    Regards

    Kerem


    --
    -----------------------
    Beste Grüsse / Best regards / Votre bien devoue
    Kerem Gümrükcü
    Microsoft Live Space: http://kerem-g.spaces.live.com/
    Latest Open-Source Projects: http://entwicklung.junetz.de
    -----------------------
    "This reply is provided as is, without warranty express or implied."
    "Samnang" <samnang.chhun@ gmail.comschrie b im Newsbeitrag
    news:8df2dc65-1d9e-4f8b-8cd5-be5d2790dd82@i1 8g2000prn.googl egroups.com...
    Hi,
    >
    I have a list of email address of my customers, I would like to build
    an application that can send product promotion to them in regular once
    a week. I'm afraid that my email will deliver as spam, could you give
    me some advices to avoid this problem?
    >
    Cheers,
    Samnang

    Comment

    • MC

      #3
      Re: Send email in .net application without it being spam?

      If the customers don't want the mail, it IS spam!


      "Samnang" <samnang.chhun@ gmail.comwrote in message news:8df2dc65-1d9e-4f8b-8cd5-be5d2790dd82@i1 8g2000prn.googl egroups.com...
      Hi,

      I have a list of email address of my customers, I would like to build
      an application that can send product promotion to them in regular once
      a week. I'm afraid that my email will deliver as spam, could you give
      me some advices to avoid this problem?

      Cheers,
      Samnang

      Comment

      Working...