[midPoint] Multiple recipients in notification
Davy Priem
davy.priem at vives.be
Tue Jan 24 14:19:10 CET 2017
Hi,
This works. Thx.
Van: midPoint [mailto:midpoint-bounces at lists.evolveum.com] Namens Pálos Gustáv
Verzonden: dinsdag 24 januari 2017 8:54
Aan: midPoint General Discussion <midpoint at lists.evolveum.com>
Onderwerp: Re: [midPoint] Multiple recipients in notification
Hi,
I never tried sending the notification to CC, but I'm using several recipients in this way:
<recipientExpression>
<script>
<code>
import java.util.ArrayList;
notifyTo = new ArrayList();
notifyTo.add("sample at gmail.com<mailto:sample at gmail.com>" );
notifyTo.add("other.sample at gmail.com<mailto:other.sample at gmail.com>" );
return notifyTo
</code>
</script>
</recipientExpression>
Is this enough in your use case?
Best regards,
Gustav
2017-01-23 21:26 GMT+01:00 Davy Priem <davy.priem at vives.be<mailto:davy.priem at vives.be>>:
Hi,
I’ve been playing a bit with midpoint and I’ve got the following problem. I would like to send notification by email to the private email address of a user and a hard coded address in CC. Is this possible?
Best regards,
Davy Priem
_______________________________________________
midPoint mailing list
midPoint at lists.evolveum.com<mailto:midPoint at lists.evolveum.com>
http://lists.evolveum.com/mailman/listinfo/midpoint
--
Gustáv Pálos
Identity Engineer
evolveum.com<http://evolveum.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170124/6480fcd7/attachment.htm>
More information about the midPoint
mailing list