On Thu, Aug 8, 2013 at 12:42 AM, Aaron Smalls <[email protected]>wrote:
> I'm googling around trying to figure out if there is a way to send mail in > google app engine from an account alias. Basically, I want to send mail > from no-reply@domain without having to create (and pay for) another > google business app user for this purpose. > > Is this possible? > > No, it's not possible. The sending email address has to be: (1) the logged in user (if the logged in user is a Gmail/Google Apps user) (2) An administrator for that App Engine application (so it would have to be a confirmed, full account) (3) A valid receiving address for that application (which is [arbitrary-string-here]@[your-application-id].appspotmail.com) As an alternative, you can register for SendGrid or another email-sending service and send your emails from there using any arbitrary from address you want (it doesn't conflict with Google Apps because SendGrid can send from a subdomain, for example mail.example.com). ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
