Hi,

I've got a problem with Java Low Level API. This is my code who is
launched in a doPost method :


MailService mailServ = MailServiceFactory.getMailService();
MailService.Message mess = new MailService.Message();

mess.setSender("[email protected]");
mess.setReplyTo("[email protected]");
mess.setTo("[email protected]");
mess.setSubject("Test Mail Service");
mess.setHtmlBody("<b>HTML Test</b>");

mailServ.send(mess);



When i execute this code, i'm logged with the account
[email protected]
This account is the only registered account in the developer's list on
the appengine console.
So my application is deployed on server.


The problem : the mail arrived on quanrantine summary mail in the
user.test1 mailbox.


Can you have a response to my problem ?


I'm french so excuse my english :)
-- 
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