Hi,

With App Engine, you are required to have the 'from' address of any email be
either the current logged in user, or the an application admin.

There is no way to programmatically query for a list of current admins of an
application, but you can simply code the admin email address that you wish
to send the email from in the Python handler for your mail request.

-Marzia

On Fri, Nov 14, 2008 at 5:40 AM, rsrirams <[EMAIL PROTECTED]> wrote:

>
> I have an application where, when a user fills in a data for a Form, i
> want to send an email to the user with the contents of the data that
> he/she has filled. The TO address will contain the email id of either
> the logged in user or the data provided for the Email ID field as part
> of the Form. Ideally i want to provide the email id of the Application
> Administrator in the FROM address.
>
> Is there a way to get the EmailId of the Admin User. If not what is
> the best way to go forward.
>
> regards
> R.Sriram
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to