maybe you should try to set user's email into reply_to parameter of email:
message.setReplyTo(usersEmail); On Sep 27, 3:16 pm, Richard <[email protected]> wrote: > hello, > > users of my app can leave feedback (their email and message), which is > emailed to my linked gmail account. Then I want to reply to the > messages through my gmail account. > However the mail API will only allow me to put the sender as myself, > which makes replying awkward. > > Is there some workaround to this so that I can reply directly to them? > > thanks, > Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
