For more information, please refer to this announcement explaining best practices for getting answers to questions.
Display site logo is not visible in Gmail
Summary:
We have added display site logo in candidate notification using both HTML template and ${SiteLogoImageUrl}, it is visible in Outlook but not visible in Gmail.
Content (please ensure you mask any confidential information):
We added candidate site logo in one of the candidate notification using below mentioned code:
<table width="550" cellpadding="0" cellspacing="0" border="0" align="left" style="padding: 15px 0px 15px 0px;" class="devicewidthbig">
<tbody>
<tr>
<td width="100%">
<table width="550px" style="margin: 0;width: 100%;">
<tbody>
<tr style="display: ${LogoImgDisplayType};height: 35;margin: 0;padding: 0;vertical-align: bottom;">
<td align="left" style="margin: 0;padding: 0;">
<img width="150" style="margin: 0;padding: 0;" ${src}="${SiteLogoImageUrl}" alt="">
</td>
</tr>