Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Email Notification

sandeepverma
Regular Contributor
Regular Contributor

Hi Team,

General for all emails I wanted to know if the email for "To section" is not available then have we had any configuration from where we can setup any alternative email in one shot?

eg. If have user or manager email for the To section and that is not present in Saviynt during sending notification then how we can provide an alternative email to our Template. 

Thanks

Sandeep

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @sandeepverma ,

You can use if else in to field to add alternate email.

Please find the sample below:-

<% if (null!=manager.email && manager.email!='') print"${manager.email}" else print"${assignee.email}" %>

Thanks

If you find the above response useful, Kindly Mark it as "Accept As Solution".