Saturday, 10 August 2013

Validating Sender Addresses in Appengine

Validating Sender Addresses in Appengine

My app needs to send emails from several addresses: noreply@, accounts@
and support@, for instance. Now I'm setting up country-specific domains.
To send emails from Appengine, the sender address has to be a registered
admin. To become an admin, you need to have a Google Apps account. But it
appears you can't use aliases ("nicknames") - when you click the invite
link, you have to log in, which you can't do as an alias. I think this
also means I can't set up the country-specific domains as alias domains in
Google Apps.
I'm not a cheapskate, but paying $50 per account (three accounts times
five domains - $2,250) per year purely to validate the sender addresses is
a bit rich. Am I missing something blindingly obvious?

No comments:

Post a Comment