Our Python-based appengine app, StepRep, regularly sends 3500-4000 emails per day (e.g., alerts, account activaions, etc) to our app's subscribers using the appengine email API.
In the past, we have used the gmail address "steprep at myfrontsteps dot com" as the sender (in the mail.mail_send() method) with no problems. This address is an administrator for the StepRep application. Recently, we attempted to change the sender address to a different StepRep administrator gmail address, "steprep at steprep dot com". However, when we do this, the emails do not get sent, and "steprep at steprep dot com" gets suspended by Google. We cannot figure out why one StepRep administrator address (steprep at myfrontsteps dot com) works OK as the email sender, but another (steprep at steprep dot com) does not. Can anyone provide any insight into this problem? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.