Hii AllI want to congfigure dynamic signature .I mean that a signature includes user fullname and telephone number or any directory field.After create signature how can publish this signature to the all users ?
BEST REGARDS
Hii AllI want to congfigure dynamic signature .I mean that a signature includes user fullname and telephone number or any directory field.After create signature how can publish this signature to the all users ?
BEST REGARDS
Subject: You have to code it yourself.
You would have to write the code to retrieve the appropriate user information from the directory either once and populate the Signature field on their mailfile’s Profile document, or write the code to dynamically look up that info every time they compose or send a message. In the second case that will mean definitely mean customizing your mail template. For the first, you could deploy the code to get directory info and set the signature in the mailfile profile from code running in any other database they would access or through a button you send to them.