Re: [appengine-java] Re: Can I make GAE send an e-mail with Resent-To header ?

2009-12-24 Thread mnr ngsk
Hi Don, Thanks for your reply. and I send new Issue Issue 2559: Support other headers on outbound email BTW, could you tell me which headers of outbound email GAE support now ? Thanks, 2009/12/23 Don Schwarz schwa...@google.com Unfortunately we only support a fixed set of headers on

[appengine-java] Re: Can I make GAE send an e-mail with Resent-To header ?

2009-12-22 Thread minor-undroid
Hi, there I'd like to forward an email message. Please tell me any idea. Properties props = new Properties(); Session session = Session.getDefaultInstance(props, null); // From message.addHeader(Resent-From, MYACCOUNT);// my GAE account address

Re: [appengine-java] Re: Can I make GAE send an e-mail with Resent-To header ?

2009-12-22 Thread Don Schwarz
Unfortunately we only support a fixed set of headers on outbound email messages, and these headers are not currently supported. Please file a feature request in our issue tracker: http://code.google.com/p/googleappengine/issues/list On Tue, Dec 22, 2009 at 9:06 AM, minor-undroid