CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2002
    Location
    Italy
    Posts
    324

    Unhappy Sending email / question on spamming

    This is not strictly a VC++ issue, anyway I'm facing this problem in one of my VC++ projects, so please help me.

    My program sends emails using IIS SMTP service on Windows 2000 Server.
    Users with an account on hotmail or yahoo get the email on their spam box, which is something they're no used to.

    Most users simply give up, others ask about it, very few find the email in the spam box.
    How can I make my emails come in the correct folder?

    Thanks in advance.
    Regards,
    Marco Era
    www.marcoera.com

    Latest post on my blog: Back to the Amiga's times

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Sending email / question on spamming

    Are you writing legitimate email or SPAM?

  3. #3
    Join Date
    Nov 2005
    Posts
    27

    Re: Sending email / question on spamming

    You can't. You'll have to look into why you're emails are getting flagged by Yahoo or Hotmail as spam.

    It can be a number of things. I suggest you setup a hotmail or yahoo email account and send an email to yourself, then start fishing through the headers. Or you can always inquire directly to MSN and/or Yahoo and see what they think.

    It could be your domain, it could be the reverse lookup, it could be your IP address the email is coming from, or any number of other things...

    Otherwise, tell your users, and let them whitelist your sending address so they'll always get your emails in your in-box.

  4. #4
    Join Date
    May 2004
    Location
    45,000FT Above Nevada
    Posts
    1,539

    Re: Sending email / question on spamming

    I agree with slanted on this being the problem. I'll bet they are doing a reverse lookup of your IP address and not finding a MX record for that IP address and defaulting it to suspected SPAM.

    Quote Originally Posted by slanted
    It could be your domain, it could be the reverse lookup, it could be your IP address the email is coming from, or any number of other things...
    Jim
    ATP BE400 CE500 (C550B-SPW) CE560XL MU300 CFI CFII

    "The speed of non working code is irrelevant"... Of course that is just my opinion, I could be wrong.

    "Nothing in the world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not; the world is full of educated derelicts. Persistence and determination are omnipotent. The slogan 'press on' has solved and always will solve the problems of the human race."...Calvin Coolidge 30th President of the USA.

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