No, i receive a mail from : [mydomain.com] <[email protected]>
with object : Quarantine Summary 1/19/2010

In the body, i've got :
These messages were quarantined as potential junk or virus-infected
messages, and have not been sent to your inbox. To deliver a message
to your inbox, click the Deliver link. To view the message in your
Message Center, click the Subject link.

and next, a table who contains a line by mail sended with my code and
for all, a link named Deliver. When i click on, the mail is deliver in
my mailbox.


I think this quantine mail is sended once a day or periodically. That
is why i've got a lot of mail test on the table.


Gregoire.

On 19 jan, 19:00, Robert Kluin <[email protected]> wrote:
> Do you mean the message is being marked as a spam?
>
> Robert
>
> 2010/1/19 Grégoire Galinand <[email protected]>:
>
>
>
> > 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 
> > athttp://groups.google.com/group/google-appengine?hl=en.
-- 
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