On Tue, Mar 25, 2014 at 12:17 PM, Jon Keys <[email protected]> wrote:
> I understand I must create an admin account for my app in order to send > email from that address (e.g. [email protected]). > However, if example.com is a domain alias in my Google apps account am I > just out of luck? Based on this 3 year old issue I'd say yes: > https://code.google.com/p/googleappengine/issues/detail?id=4546 > > Can it truly be that I simply can't send email from a domain alias?!?! > Correct, you can't send email from an alias domain using GAE's email facilities. What you can do though is map the alias domain's mail records to point to SendGrid, Mailgun, etc and use those services to send/receive mail. This tends to be a better solution anyway, since GAE-sent mail often gets caught in spam filters. Sendgrid's free tier is also higher (25,000 emails/month for free): http://sendgrid.com/partner/google ----------------- -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/d/optout.
