[appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread Guillaume Laforge
Hi all, I specified a replyTo when building a message I'm sending from my application. I'm sending with my authorized email address, but setting a different replyTo, corresponding to the email a user has entered in a contact form. However, the email I receive doesn't seem to exhibit the replyTo I

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread david ruescas
Ive observed the same behaviour -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsub

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread Guillaume Laforge
So I guess I'm not dreaming, replyTo is not respected. Should I file an issue in the bug tracker about this? On Fri, Dec 4, 2009 at 13:45, david ruescas wrote: > Ive observed the same behaviour > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Eng

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread Guillaume Laforge
Actually, I've had a look at the message headers, and I do see a reply to: Reply-To: f...@bar.com But it's when I hit reply in Gmail that it replies to the sender and not the replyTo. So perhaps it's more a problem of Gmail itself than of the SDK? David, have you experienced this when replying

Re: [appengine-java] Is replyTo supposed to work when sending emails?

2009-12-04 Thread david ruescas
I cant remember right now, but ill get back to you On 12/4/09, Guillaume Laforge wrote: > Actually, I've had a look at the message headers, and I do see a reply to: > > Reply-To: f...@bar.com > > But it's when I hit reply in Gmail that it replies to the sender and not the > replyTo. > > So perhap