Results 1 to 15 of 15

Thread: [RESOLVED] Email Regarded as Spam

  1. #1

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Resolved [RESOLVED] Email Regarded as Spam

    Hi all, am having problem with my webserver as to sending out-going email, in most cases it is being regarded as "Spam"(by Yahoo mainly).

    how can this be fixed as i have read articles that doesn't seems to help my situation.

    i am using cPanel and have enabled "Domain Keys" and "Secure Framework Policy(SPF)" but it all seems not to work.

    can anyboby pls help on this issue?

    Thank You
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Email Regarded as Spam

    Whats in the email?

  3. #3

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    whats in the email? well, it varies from "Proposal Submission", "Newsletters" to "Support Ticket Response".

    but i assure you, no Spam messages whatsoever.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  4. #4
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Email Regarded as Spam

    Sorry I wasnt very clear. ie is it images? HTML? Links? or plain text?

  5. #5

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    yes it does contains images, html, links(MIME email mainly) and attachments.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  6. #6
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Email Regarded as Spam

    Thats likly to be partly to blame. its pretty common when sending stuff like that from the webserver. All I can really suggest is telling your clients to add it to there allow list.

    Pino

  7. #7

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    ok, but i receive mime email from websites that are not added as trusted senders, in my inbox(not regarded as spam).

    how is it possible?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  8. #8
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Email Regarded as Spam

    Not all mail services use the same spam filters. Some will be stricter than others, some are better than others. if I remmber rightly Yahoo's is rubbish :-D

    Which provider are you using?
    Last edited by Pino; Mar 25th, 2009 at 10:54 AM.

  9. #9

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    Yahoo is the regarding it as "Spam", when i send email from my domain.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  10. #10
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Email Regarded as Spam

    Yahoo's is overaggressive. I only have one yahoo mailbox, and I use it as a "junkmail" box. I only ever log into it when I need to supply yet another forum or website with my email address (remember to type it twice just so we're SURE it's right for our spam!) and it's going to send me an "activation email".

    About half the time, the "activation" emails get routed directly to Yahoo's spam box which I have to dig through (past all the jokers sending email dated from anywhere from 1 hour from now to sometime in 2038) just so I can click it's stupid link.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  11. #11

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    i have altered the script to deliver the email as text/plain and it does fix my Yahoo issue, but what if i need to send email with attachments???
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  12. #12

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    what if i need to send a message with attachments(multipart)?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  13. #13
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Email Regarded as Spam

    Plain and simple, you're going to have to resort to trial and error. Nobody can tell you exactly why your particular email is being flagged as spam. Yahoo and AOL are notoriously HORRIBLE when it comes to automated emails, but there are things you can do to avoid it. I haven't had an automated email flagged as spam in a while, and my company sends out email blasts to thousands of users every couple months. Avoid all caps (in subject and body), put name="" in your images and links, and putting 300 users in the BCC field is a bad idea.. kick the emails out one by one. Then test. Set up dummy accounts with all the main providers (Yahoo, AOL, Comcast, Hotmail, GMail) and an Exchange address, if possible, then throw a few emails at all of them and make sure they work.

  14. #14

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Email Regarded as Spam

    thanks, timeshifter...this is kinda useful to know.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  15. #15
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: [RESOLVED] Email Regarded as Spam

    Emails are generally somthing that causes us all headaches at some point there is allways somone who wont recieve your email.

    Pino

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