Add the logo to an email template
FollowIf you are a System Administrator and have access to the settings, this feature allows you to add the company logo at the end of email templates, completing the content with a visual branding element. Thanks to this option, you can easily and directly include the logo by copying a short HTML code into the template. The logo can be inserted in just a few steps and customized based on the company website.
To add the logo to an email template:
- Go to the email template from Settings > Recruiting > Automatic Email Templates
- Open the email template you want to edit
- Click the arrow corresponding to "Expand Toolbar"
- In the editor toolbar, click on Source
3. Add the address <img src="CAREERSITELOGOURL" />
4. Save
Below is an example of HTML to insert the logo at the end of the email:
<tr>
<td style="margin: 0px; padding: 10px; text-align: center;">
<img
alt="Logo"
src="https://careersite.altamiraweb.com/images/logo.jpg"
style="max-width: 200px; height: auto; margin-bottom: 10px;"
/>
</td>
</tr>
How to get the logo URL:
- Go to the Career Site
- Right-click on the logo
- Select "Copy image link"
- Paste the address between the quotation marks in src=".."
Note: For security reasons, some email clients automatically block the loading of external images (such as company logos) contained in HTML messages.
If the image is not displayed, the client may require manual authorization to download the images.
In Outlook, for example, simply click “Download pictures” at the top of the message.
Alternatively, you can change the security settings to always allow images from trusted senders to load.
Comments
0 comments
Please sign in to leave a comment.