LA_
LA_

Reputation: 20409

How to send email from [email protected] with GAE?

mydomain.com is Google Apps linked to my GAE application (and verified). Currently only one user is allowed at custom domains, so I've registered [email protected]. Now, I would like to send emails from [email protected]. I try to add this user as Developer in Permissions section of my GAE application, it sends the message (which I actually receive at [email protected]), I accept the invitation as [email protected], but it doesn't help.

So, how to send emails from [email protected]?

Upvotes: 0

Views: 1173

Answers (2)

Lipis
Lipis

Reputation: 21835

You can enable the trial (lasts for 30 days) and add as many users as you want. You can send emails to them to accept the invitations in GAE and after accepting them you can delete these users to fall back in the free version with only one user.

Upvotes: 2

asp
asp

Reputation: 619

I have not been able to test the below, as I don't have the new single account Google Apps.

It all depends on if you still want the [email protected] user. If not I suggest the following;

  • For safety link a non-domain email as an owner to your App Engine application
  • Rename your current Google Apps user from admin to noreply

You should be able to send emails as [email protected].

If you still want [email protected], maybe you can create an alias for the noreply account?

Upvotes: -1

Related Questions