> I have some problem with email notification
> for some logbooks I would like to notify only to specific adress
> I try
> Email All = adress1, adress2
>
> Elog send well at 'adress1' and 'adress2'
> but also to all of other users ?
> how to restric these only to 'adress1 and adress2 ?
Some implementations rely on the fact the email is sent to all users plus a
few other addresses. What I can do is put in another flag like "Supress
email to users = 1" which would satisfy both requirements.
> is it possible to notify according to attribue value like
>
> Attributes = Test1, Test2
> Email All = $Test1
>
> or concatenation of $Test1 + '@mba.be' for example
This is not possible right now, but I can put it on the wishlist.
> to improve documentation : true example are missing too much 'theorie'
> but when I'm finish I'll put true sample on the net
I fully agree, so if someone has nice examples, I'm delighted to put them
into an "examples" section of the documentation.
- Stefan |