Remove email notification URL?

Is there any way to change or remove the link to the content that comes at the bottom of the notification email?
It doesn’t work in our circumstances and would be better if replaced by a search link using the content id.
Thanks.

Junwin,

From observing com.percussion.workflow.mail.IPSMailProgram (http://code.percussion.com/javadoc/cmsystem/6.7/com/percussion/workflow/mail/IPSMailProgram.html) you could write your own extension to replace the existing functionality declared by com.percussion.PSMailProgramJavax. Instructions are found in the linked Javadoc.

Created an extension implementing the IPSMailProgram interface. https://github.com/rileyw/PercussionWorkflowMailExample

Great. Thanks for the help, Riley. :slight_smile:

Let me know if you need help compiling and installing the JAR.