If the user logs in to your application using their Google account, they should be able to send email as themselves. However, if your application does not require login, you should be able to send using an administrators email (so you can set one up for 'no-reply' and you should be able to set reply_to on that email.
Does this help answer your question? - Rafe On Mar 4, 1:02 am, Noel <[email protected]> wrote: > I'm trying to use Google App Engine as the server for an iPhone app. > The user can post some data, and I'd like the server to send an email > to another person on behalf of the user. For that, I need to be able > to set the sender's email address, but right now I get > InvalidSenderError. > > Is there some way around that? I don't mind if somewhere it shows that > it came from my domain, but I'd like to make it feel as much as > possible as if it came from the user (and it should be in the reply-to > field too). > > 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 -~----------~----~----~----~------~----~------~--~---
