[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
thanks didier for your help On Dec 27, 2:43 pm, Didier Durand wrote: > Hi, > > Use the mail service to program the sending of your emails > :http://code.google.com/appengine/docs/java/mail/ > > regards > > didier > > On Dec 27, 1:41 pm, Ahmed Shoeib > wrote: > > > how to integrate sending Mail

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand wrote: > Hi, > > The best way is to use scheduled tasks: all details > athttp://code.google.com/appengine/docs/java/config/cron.html > > regards > > didier > > On Dec 27, 1:09 pm, Ahmed Shoeib > wrote: > > > hi all, >

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand wrote: > Hi, > > The best way is to use scheduled tasks: all details > athttp://code.google.com/appengine/docs/java/config/cron.html > > regards > > didier > > On Dec 27, 1:09 pm, Ahmed Shoeib > wrote: > > > hi all, >

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Didier Durand
Hi, Use the mail service to program the sending of your emails : http://code.google.com/appengine/docs/java/mail/ regards didier On Dec 27, 1:41 pm, Ahmed Shoeib wrote: > how to integrate sending Mail with crons ? > > On Dec 27, 2:30 pm, Didier Durand wrote: > > > Hi, > > > The best way is to

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Ahmed Shoeib
how to integrate sending Mail with crons ? On Dec 27, 2:30 pm, Didier Durand wrote: > Hi, > > The best way is to use scheduled tasks: all details > athttp://code.google.com/appengine/docs/java/config/cron.html > > regards > > didier > > On Dec 27, 1:09 pm, Ahmed Shoeib > wrote: > > > hi all, >

[appengine-java] Re: sending mail @ specific time using GAE

2010-12-27 Thread Didier Durand
Hi, The best way is to use scheduled tasks: all details at http://code.google.com/appengine/docs/java/config/cron.html regards didier On Dec 27, 1:09 pm, Ahmed Shoeib wrote: > hi all, > > i need to make my application send mail @ specific time > > how i can do it ??? > > please help -- You r