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

    My emails go to spam!

    Hi,
    I am having a problem with the emails on website I did for someone. They have a list of customer to send prices list monthly, but the emails on most of them goes to the spam folder.

    Email is very simple, with HTML text and one link. This is the email format:


    From: [email protected]
    to: [email protected]

    Two lines of text here bla,bla,bla

    link here (to www.senderdomain.com)


    end of mail....

    I know they can go to the spam and make it 'not spam', but out of 5k customers we don't know how many of them are getting it or not. Also WHY are they going to spam?

    Thanks and any help will be appreciated!

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: My emails go to spam!

    Which is the subject of the mails?
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    Aug 2009
    Location
    NW USA
    Posts
    173

    Re: My emails go to spam!

    If the recipients are truely customers then you can put their name (not email address) in the subject line. This will probably fix your problem. I would also put their name in the body of the email somewhere.

  4. #4
    Join Date
    Jan 2011
    Posts
    2

    Re: My emails go to spam!

    Thanks Mur16, will try that!

    Cimperiali, the subject is something like 'Price List - January 2011'.

    Thanks!

  5. #5
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: My emails go to spam!

    could it be you sent same mail to too many people at a time? Could you send same mail multiple times, instead of send one to many?
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: My emails go to spam!

    Sometimes...it doesn't matter even if you are sending out a completely legitimate e-mail list. If your provider or other e-mail servers flag you, then you're toast until you contact them.

    I would suggest matching to see if all e-mails to specific domains end up in spam.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  7. #7
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: My emails go to spam!

    Try by adding a SPF txt record to the DNs records for the Originators domain..

    Many Mail clients use this as a test to see if the origin of the E-mail is qualified to send mail for that domain..

    This will also happen where the SPF record already has the Domains Mail Server listed as the Only source of Legit emails.

    Ad the Servers IP to the SPF record and that should help prevent many from landing in the Junkmail Folder....
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Tags for this Thread

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