Hi,
I have a requirement that requires sending of email notifications when a task is created in Universal Worklist.
However, due to security reasons, our system setup does not include a SMTP server.
Instead, any outgoing emails have to be directed through an intermediate layer which can be accessed via a Webservice API call.
In another words, I can't use the standard way by configuring a SMTP Server to send email notifications.
Is there any way that I can achieve this?
Thanks in advance