Results 1 to 7 of 7

Thread: email ending up in bulk folder

  1. #1

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    email ending up in bulk folder

    I'm sorry, I've already posted this question in a coding forum, but I'm not sure that's the problem. I have a script that sends an activation email, but the emails always end up in the bulk folder, and in most ocassions, it's blocked. I've tried numerous email addresses, and it still doesn't work.

    Is this a problem with my ISP or host?

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: email ending up in bulk folder

    Could it be that your email client sees it as a unsolicited ad (spam)?
    Did you try adding Sender's Domain to Safe Senders List?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: email ending up in bulk folder

    I don't know how to add it to a safe list, but if I do this will it be 'unblocked' for all addresses it's sent from?

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: email ending up in bulk folder

    Actions > Junk Email... > Add senders Domain to safe list...

    Then all received emails from whatever.com will be allowed as safe and in your inbox.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5
    Lively Member deranged's Avatar
    Join Date
    Jun 2004
    Location
    TN
    Posts
    104

    Re: email ending up in bulk folder

    most of the time when an email is sent to the 'bulk email folder' or 'spam folder', it is the client that does it (however, some pop servers also do it which is bad!). The clients normally use a list of words that are common to spam emails and/or a list of email addresses that is generated by the user. Some of the more common words are 'viagra' 'male enhancement' or 'YOU'VE WON!' or something like that.

    What may have happened is that your subject may contain some of the words in the list. Your domain that it's being sent from may also be blocked.

    A workaround for this would be to have on the page where your users sign up or whatever it is that sends them an activation email, have a line that stands out saying something like "Please make sure that [insert the domain that your email will be coming from] is on your safe list." maybe even have that be a link to a page that describes as RobDog888 did above how to add an email to the safe list.

  6. #6

    Thread Starter
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: email ending up in bulk folder

    Thanks for the replies. I really appreciate the help.

    I'm thinking it is a problem with the subject line, because I sent an email to someone yesterday(first time I sent them something) from the same address and it worked fine. So, as you all have said, it's possibly the subject line. I'll check on it and get back to you guys.


    Thanks for the help.

  7. #7
    Lively Member deranged's Avatar
    Join Date
    Jun 2004
    Location
    TN
    Posts
    104

    Re: email ending up in bulk folder

    No problem. Glad we could help.

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