Standard environment projects have a specific page in the documentation about Receiving emails. For example, https://cloud.google.com/appengine/docs/java/mail/receiving-mail-with-mail-api here for Java.
It is told that you can have mails sent to *<string>*@<*appid>* .appspotmail.com, and they will be delivered as HTTP POST requests on certain endpoints that you can control. However, there’s nothing like this in the documentation for Node.js. It is told that you can *send* emails through some providers like Mailgun or Mailjet, but we already knew that. There’s no info about managing a email address in the appspotmail.com domain, nor in appspot.com. The problem is that for deliverability services like Mailjet require you to have a verified email address in your domain. As a GAE user, we have our domain (e.g. <id>.appspot.com) but apparently no way to set up an email address. Is this true? No Mail API for Node.js? What should I do? Thank you. -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/741b8524-facd-42c2-8432-be175cfb832d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
