[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-23 Thread Patrice (Cloud Platform Support)
Hi, >From the link on the "learn more" in your error message, we specifically state that you need to have a gmail or Google domain, so you won't be able to use mydomai.com to do this. YOu will need to either use the appspotmail, or a gmail. To use the email you want, I would suggest using som

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-23 Thread Anastasios Hatzis
Patrice, I use the GAE email service to send mails from the app (it's just low traffic notifications). For doing this, I have setup Google Apps groups as senders, e.g. nore...@mydomain.com (Google Apps for Work customers with that domain). This works still great. But I think that this option is

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-25 Thread Naresh Pokuri
Patrice, Thanks for reply > > > From the link on the "learn more" in your error message, we specifically > state that you need to have a gmail or Google domain, so you won't be able > to use mydomai.com to do this. YOu will need to either use the > appspotmail, or a gmail. > To use the email yo

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-26 Thread Patrice (Cloud Platform Support)
Hi guys, So first, Anastasios: you're using a "Google apps for work" domain, no? Which is then a Google domain proper. Naresh, Sendgrid is a third party tool that does not use our Mail API, so it's not limited in the same ways. You are able to use domains that aren't specific to Google with it

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-29 Thread Naresh Pokuri
Sorry, I am not getting it. Without my domain email managed by Google or SendGrid I cannot send mails from other email service providers. How SendGrid different from other third party email providers? Do we internally use rest services of SendGrid to send mails without Java Mail API, where Goog

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-29 Thread Patrice (Cloud Platform Support)
Hi, Indeed, you can internally use the rest services of SendGrid to send your emails. We won't mind, we even suggest SendGrid ourselves in our documentation :). Cheers! On Thursday, October 29, 2015 at 11:11:25 AM UTC-4, Nar

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-30 Thread Office Setup
Application Engine permits applications to be served through a custom area, for example, example.com, rather than an appspot.com address. You can utilize a custom space with or without SSL. This page portrays how to utilize a custom area with an App Engine application and, alternatively, how