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 N

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. xwiki.mailsender.sendMessage("Sender","re...@web.de,re

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 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 pu

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 sc

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 > > Hello, > > I want to setup the Job Scheduler to send me an E-Mail every day to a >

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

2010-03-04 Thread Thilo
Hello, I want to setup the Job Scheduler to send me an E-Mail every day to a specific Adress. But when i entered the following code of the MailSenderPlugin into the Job Script Field, i get only one Message when I save the job and not every Time the Job is fired. What am I doing wrong? THe Code