I would like my app to be able to send mail from a user's account on behalf of a user. I know you can do this in app engine if the user has a gmail account. My app will target schools and businesses who use google apps but may not have a gmail address. In this case the domain would be something like this:
mail.google.com/a/myschool.edu/ Now for my simple questions: 1. Can my app send an email from an address like [email protected]? I think the answer is yes as long as I know the domain- myschool.edu in this case. AuthDomain is passed into the User constructor. 2. If all I know is the user's email, [email protected], can I figure out the authDomain 100% of the time? In other words, is it safe to say that myschool.edu will always have a domain like mail.google.com/a/ myschool.edu/ ? Will [email protected] have the domain mail.google.com/a/yourschool.edu/ ? 3. Can I create a login url for a school's domain? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
