I need a help with the following problem I experiencing with gmail.

Any e-mail, whether sent from the website or personal e-mails, that are being sent to a gmail account from our domains get put straight into the receivers spam box

These domains have been used to send mass e-mails from the website.

How can we solve this issue.

thanks

link|improve this question
feedback

migrated from stackoverflow.com Dec 30 '09 at 11:26

This question came from our site for professional and enthusiast programmers.

closed as off topic by random Jul 14 '11 at 4:04

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

5 Answers

up vote 4 down vote accepted

Start by checking if you are on any SBL (spamhaus, abuse.net, spamcop etc), and why, address whatever landed you on the SBLs and contact the SBLs where you are listed and let them know that you have addressed the problems.

Next, check your SMTP server config so it identifies itself properly. Also check the reverse dns name for the IP address(es) used by your smtp server to ensure they match whatever name the smtp server uses.

If the "mass email" you mention is the cause of it (i.e. if you have spammed people) then get new domains, new IPs, and don't send any spam using those.

link|improve this answer
I've had this problem with my domain's email server in the past where yahoo is constantly putting my SMTP server on block lists due to abuse by other domains which share my server IP address. Unfortunately, you have a bit of work ahead of you to clean the mess up, even if you're not the one that caused the issue. So start with KristoferA's advice – BBlake Dec 30 '09 at 17:51
feedback

Setup SPF for your domain, it lets the Gmail and other email providers double-check email sent from your domain is really from your domain and not impersonated by some hacker.

link|improve this answer
feedback

Google have a Bulk Senders Guidelines page that attempts to answer your question.

link|improve this answer
feedback

I'd check the contents of your e-mails.

Are they HTML based?

If so, do they contain a large proportion of links - both web pages and images?

Is your spelling and grammar correct?

The Format section in the link that James Polley provided is relevant here:

  • All bulk messages you send must be formatted according to RFC 2822 SMTP standards and, if using HTML, w3.org standards.
  • Messages should indicate that they are bulk mail, using the 'Precedence: bulk' header field.
  • Attempts to hide the true sender of the message or the true landing page for any web links in the message may result in non-delivery.
  • The subject of each message should be relevant to the body's content and not be misleading.

Any or all of these can trigger spam filters.

link|improve this answer
feedback

Another good tool to use for checking blacklist is the blacklist lookup tool at MXToolbox.

The tool will check 100+ blacklists for your sending IP.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.