Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are sending newsletters to users subscribed through a TV Show website, using Google App Engine Java Mail API.

The FROM address we are using are name@example.com but the problem occurs with name@[appid].appspotmail.com as well.

We already setup a SPF and DKIM records and we have a low score on SpamAssassin (about 0.7).

All others email providers receive the email normally (hotmail, yahoo, aol, etc.), but, in Gmail, ALL messages are sent straight to Spam folder. Every single one.

Anyone have a clue on this?

share|improve this question
If you click 'show original' on the mail in gmail, does it say dkim:pass and spf:pass (this will be somewhere near authentication-results) – Bert Aug 28 '12 at 4:50
@Bert Thanks for your answer!Yes it does, everything seems to be ok. Received-SPF: pass (google.com: domain of zzzzzzzzzzzz@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com designates xxx.xxx.xxx.xxx as permitted sender) client-ip=xxx.xxx.xxx.xxx; Authentication-Results: mx.google.com; spf=pass (google.com: domain of zzzzzzzzzzzz@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com designates xxx.xxx.xxx.xxx as permitted sender) smtp.mail=zzzzzzzzzzzz@m3kw2wvrgufz5godrsrytgd7.apphosting.bounces.google.com; dkim=pass header.i=@yyyyyyyyyy.com – user1629038 Sep 3 '12 at 14:32
Strange, what is the content of the mail? – Bert Sep 3 '12 at 14:34
@Bert We tryed to send just newsletters to the subscribers (HTML + text). But, on further tests, ANYTHING we send will go straight to the spam inbox in gmail, even pure text. – user1629038 Sep 3 '12 at 18:24

1 Answer

If all the other mail providers are working, you may want to look at gmail's spam policy: https://support.google.com/mail/bin/answer.py?hl=en&answer=81126 It may shed some light on the issues you're having.

share|improve this answer
There's the strange thing...we are already following most of Gmail's spam policy. If we send the same newsletter from other solutions (SendGrid, Amazon SES, custom installed Postfix, etc.), the email reaches almost every Gmail's inbox. But, if we send from GAE, not every single one reach Gmail's inbox. – user1629038 Sep 5 '12 at 14:44
@user1629038 maybe look at including list-unsubscribe header developers.google.com/appengine/docs/python/mail/… – Bert Sep 5 '12 at 15:18
last resort: log a bug. code.google.com/p/googleappengine/issues/list?can=2&q=mail – Bert Sep 5 '12 at 15:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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