Re: [xwiki-users] Automatic Email Notification

2012-02-06 Thread Edo Beutler
Hi Alex

I don't know where you think it would be confusing. I think it should
be pretty clear and "straight forward".
The solution I thought of is just one script that does the following
(in pseudocode):

foreach document where doc.status == 'in progress' {
  send mail;
}

Than register a job that executes this script once a day (or how often
you need) and you should be fine.

Regards,
Edo

On Mon, Feb 6, 2012 at 3:46 PM, Alexander Adema  wrote:
> Hi Edo,
>
> thats would be a solution.
> I havent seen this plugin before.
> But i'm trying to put an automatic email notification in a class within the 
> class sheet with a query that controls the status of an property.
> I think it would be better that this should be in the class on itself.
> The scheduler has a list with all jobs that has to be done.
> Maybe that would be a bit confusingly.
>
> But thanks really for your help. If there is no other way to put the 
> notification in the class, i will take the scheduler for the email 
> notification. :-)
>
> Greats
>
> Alex
>
>
>
>
>  Original-Nachricht 
>> Datum: Mon, 6 Feb 2012 14:02:59 +0100
>> Von: Edo Beutler 
>> An: XWiki Users 
>> Betreff: Re: [xwiki-users] Automatic Email Notification
>
>> Hi Alex
>>
>> I think you are looking for the Scheduler application
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
>> or plugin
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Plugin
>> The Scheduler allows you to automatically run a certain script.
>> Combining this with the Send Page by Email you found should work as
>> intended ... or you could write your own script to send an email of
>> course.
>>
>> Hope this helps,
>> Edo
>>
>>
>>
>> On Mon, Feb 6, 2012 at 11:19 AM, Alexander Adema  wrote:
>> > Hey,
>> >
>> > i'm trying to create an automatic email notification, but the e-mail
>> sending by using html is not realy helpful.
>> > There is a html fragment for email sending, but you have to push the
>> "send" button in order to send the mail.
>> >
>> > Is it possible to create a class with a field 'status' that has
>> something like 'in progress' and as long as this status is set, there is a 
>> daily,
>> weekly email send to a list of users (list of groups in xwiki/property
>> static list of users)???
>> >
>> > There is a "Send Page by email App" but its also not automatic.
>> > I'm searching for an automatic email notification that uses the email of
>> the users xwiki account.
>> >
>> > Thanks for your help!!!
>> >
>> > Greats
>> >
>> > Alex
>> > --
>> > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
>> > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Automatic Email Notification

2012-02-06 Thread Alexander Adema
Hi Edo,

thats would be a solution.
I havent seen this plugin before.
But i'm trying to put an automatic email notification in a class within the 
class sheet with a query that controls the status of an property.
I think it would be better that this should be in the class on itself.
The scheduler has a list with all jobs that has to be done.
Maybe that would be a bit confusingly.

But thanks really for your help. If there is no other way to put the 
notification in the class, i will take the scheduler for the email 
notification. :-)

Greats

Alex




 Original-Nachricht 
> Datum: Mon, 6 Feb 2012 14:02:59 +0100
> Von: Edo Beutler 
> An: XWiki Users 
> Betreff: Re: [xwiki-users] Automatic Email Notification

> Hi Alex
> 
> I think you are looking for the Scheduler application
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
> or plugin
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Plugin
> The Scheduler allows you to automatically run a certain script.
> Combining this with the Send Page by Email you found should work as
> intended ... or you could write your own script to send an email of
> course.
> 
> Hope this helps,
> Edo
> 
> 
> 
> On Mon, Feb 6, 2012 at 11:19 AM, Alexander Adema  wrote:
> > Hey,
> >
> > i'm trying to create an automatic email notification, but the e-mail
> sending by using html is not realy helpful.
> > There is a html fragment for email sending, but you have to push the
> "send" button in order to send the mail.
> >
> > Is it possible to create a class with a field 'status' that has
> something like 'in progress' and as long as this status is set, there is a 
> daily,
> weekly email send to a list of users (list of groups in xwiki/property
> static list of users)???
> >
> > There is a "Send Page by email App" but its also not automatic.
> > I'm searching for an automatic email notification that uses the email of
> the users xwiki account.
> >
> > Thanks for your help!!!
> >
> > Greats
> >
> > Alex
> > --
> > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Automatic Email Notification

2012-02-06 Thread Edo Beutler
Hi Alex

I think you are looking for the Scheduler application
http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
or plugin http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Plugin
The Scheduler allows you to automatically run a certain script.
Combining this with the Send Page by Email you found should work as
intended ... or you could write your own script to send an email of
course.

Hope this helps,
Edo



On Mon, Feb 6, 2012 at 11:19 AM, Alexander Adema  wrote:
> Hey,
>
> i'm trying to create an automatic email notification, but the e-mail sending 
> by using html is not realy helpful.
> There is a html fragment for email sending, but you have to push the "send" 
> button in order to send the mail.
>
> Is it possible to create a class with a field 'status' that has something 
> like 'in progress' and as long as this status is set, there is a daily, 
> weekly email send to a list of users (list of groups in xwiki/property static 
> list of users)???
>
> There is a "Send Page by email App" but its also not automatic.
> I'm searching for an automatic email notification that uses the email of the 
> users xwiki account.
>
> Thanks for your help!!!
>
> Greats
>
> Alex
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Automatic Email Notification

2012-02-06 Thread Alexander Adema
Hey,

i'm trying to create an automatic email notification, but the e-mail sending by 
using html is not realy helpful.
There is a html fragment for email sending, but you have to push the "send" 
button in order to send the mail.

Is it possible to create a class with a field 'status' that has something like 
'in progress' and as long as this status is set, there is a daily, weekly email 
send to a list of users (list of groups in xwiki/property static list of 
users)???

There is a "Send Page by email App" but its also not automatic.
I'm searching for an automatic email notification that uses the email of the 
users xwiki account.

Thanks for your help!!!

Greats

Alex
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users