Hello,
I want to get the email address of the user and put it in the mail notification.
The token <% = Operation.Target ["mail"]%> return an empty string, probably because of the slowness of account creation and replication of exchange attributes.
Is there anyway to add a vbs code (in the source code of the template) to retrieve the email in a script and call it from the notification ?
Or :
I was able to get the <% = Operation.Target ["proxyAddresses"]%> but in the email sent i have "SMTP:name.lastname@domain.com" we could remove this string "SMTP:" from token <% = Operation.Target ["proxyAddresses"]%> ?
Thank you for your help