Google App Engine Java not receiving email -



Google App Engine Java not receiving email -

i followed tutorial on here:

https://cloud.google.com/appengine/docs/java/mail/receiving

so did following:

declared inbound-services set handler servlet (with auth constraint) checked works locally: http://localhost:8888/_ah/admin/inboundmail

but when deploy, can't send email host. why this?

note: i'm deploying on separate version (myname-dot-appengineproject), of emails have been: something@myname-dot-appengineproject.appspotmail.com shouldn't matter, right? (do have deploy default vrsion?)

i have billing enabled. (is there settings have turn on? can't find settings indicate if email sent on or not.)

oh wow retarded. services declaration in appengine-web.xml, not web.xml

<inbound-services> <service>mail</service> </inbound-services>

definitely mis-read that.

the other reason confused because reason, logs didn't appear when processing mail service request

not sure if default version matters or not

java google-app-engine email

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -