I'm trying to send notification emails to the users of my appengine application. Gmail is marking all of the emails as Spam. Here's what I'm doing:
- using high level javamail API in appengine - setting the from address to be an administrator of the appengine account (say [email protected]) - setup a SPF record on my example.com as follows: v=spf1 include:_spf.google.com ~all - this is outlined here: http://support.google.com/a/bin/answer.py?hl=en&answer=178723 - on example.com, I have added the appengine application to the google apps cpanel - I'm just sending plain text notification emails (i.e. "Someone has just commented on your post, go here to reply") After doing the above (and waiting the necessary time for the SPF record to take effect), all of my emails are still going to the gmail spam folder. Any ideas on how I can debug this? UPDATE: after looking at this thread<http://stackoverflow.com/questions/8620252/how-to-avoid-the-this-message-may-not-have-been-sent-by-warning-when-sending-e/8621440#8621440>, I tried to set the from address to [email protected] and the email went through just fine - did not get caught in Gmail spam folder. Seems like its something to do with my custom domain? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/PqdnF_Awsp8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
