We are running Identity Governance on VApp Identity Suite version 14.4.1 and noticed the broken Logo and blue Link to access Identity Portal/Identity Governance Portal in the Campaign related notification email which was sent to the reviewer upon the Certification Campaign creation.
Is there a way to remove the Logo and the Link from the notification email?
Release : IG 14.4
Backup and modify BusinessFlowMail.html under /opt/CA/VirtualAppliance/custom/IdentityGovernance/branding directory and modify the BusinessFlowMail.html by removing line 9 - 11 and 15
9 <table width="800" cellpadding="0" cellspacing="0" align="center">
10 <tr><td>
11 <img alt="Logo" src="${BASE_SITE_LINK_NO_HTML}images/emailTemplate/logo.png"></td></tr></table>
and
15 <div style="text-align:right"><font size="2" face="Arial, Helvetica"><a href="${INBOX_URL_NO_HTML}">Open ${ PORTAL_NAME}</a> <img alt="" src="${BASE_SITE_LINK_NO_HTML}images/emailTemplate/arrow-orange.gif" border="0"></font> </div>
After this modification you need to restart IG.