You can add your custom company logo by editing the HTML:
Frontegg Portal ➜ [YOUR_ENV] ➜ Emails ➜ email template
Importan notes!
1. Make sure to test the new HTML template after applying changes in order to prevent emails from going to spam. You can always revert the changes by clicking on "Reset to default" at the bottom of the page.
2. Please avoid using SVGs, email clients like Gmail can block them. Please use jpeg instead.
For example, here we add an <img> tag ➜
<p style="text-align:center;"><img src="https://i.imgur.com/MMrsTyc.jpeg" alt="cute_dog_logo" width="200" height="200"/></p>
(We wrapped inside a <p> tag to align to center)
To the HTML of the "Reset Password" template ➜
Here is the final result ➜
NOTE:
It isn't recommended to use .svg files as Gmail might not be supporting that format. Please refer to this related discussion.