Hi there,
We are using our own SMTP server and thus it should allow us to update the email templates, however, I could not change anything from the template. For this particular case, I am updating the Change Password template with this new one:
To change the image logo on top and the welcome text from Password Change Request to Password Change Request (TEST) as can be seen below:
<div class="main">
<p
style="text-align: center;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; margin-bottom: 30px;"
>
<img
src="{{tenant.picture_url | default: 'https://cdn.auth0.com/styleguide/2.0.9/lib/logos/img/badge.png'}}"
width="50"
alt="Your logo goes here"
style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;"
/>
</p>
<h1>Password Change Request (TEST)</h1>
Then tested it out and even saved it but the email I am receiving is still the default one:
Is there any setting I need before I could update the template even if I am using an external SMTP?
Thanks in advance!