Re: [xwiki-users] E-Mail Notification by Scheduler Job Script ?

2010-03-05 Thread Thilo
Thanks for your Answer. Yes, i have clicked schedule. But I only got a Mail back when i clicked save and view, but not when the job is fired. I'll try your suggestion and post whether it works. Is it right that I dont nedd to put between {{groovy}} and {{/groovy}} in the field for the job

Re: [xwiki-users] E-Mail Notification by Scheduler Job Script ?

2010-03-05 Thread Guillaume Lerouge
Hi, On Fri, Mar 5, 2010 at 10:22 AM, Thilo ch...@gmx.de wrote: Thanks for your Answer. Yes, i have clicked schedule. But I only got a Mail back when i clicked save and view, but not when the job is fired. I'll try your suggestion and post whether it works. Is it right that I dont nedd to

Re: [xwiki-users] E-Mail Notification by Scheduler Job Script ?

2010-03-05 Thread Thilo
Ok. Now the Scheduler and E-Mail are working fine. The right way of use ist: xwiki.mailsender.sendMessage(...) My last Problem ist how to setup more than one Recepient in the Parameters. I've tryed the following way but without success.

Re: [xwiki-users] E-Mail Notification by Scheduler Job Script ?

2010-03-05 Thread Thilo
Got everything running. Notation was right but i made something wrong in the cron expression. Thanks for your help! Bye -- View this message in context: http://n2.nabble.com/E-Mail-Notification-by-Scheduler-Job-Script-tp4676911p4680528.html Sent from the XWiki- Users mailing list archive at

Re: [xwiki-users] E-Mail Notification by Scheduler Job Script ?

2010-03-04 Thread Jeremie BOUSQUET
Hello, Did you click on Schedule for the job to be active, after you created it ? To call it in Groovy I believe you can make something like: xwiki.mailsender.sendTextMessage(...) Jeremie 2010/3/4 Thilo ch...@gmx.de Hello, I want to setup the Job Scheduler to send me an E-Mail every day