Hi Dinesh There are few ways to get the email generated from a template to have the decryption value populated. 01. You could add a field to the entity that the email template is based on and set the value to the decryption field (better not to enable auditing on this field) in the plugin just before you generate the email from the template. Once you created the email from the template, clear the decryption field value from the record. 02. You could have your own unique place holder in the template, instantiate the template in the plugin, find and replace your unique placeholder with the decryption value
↧