Hi there
I started customizing my verification email - using SMTP email provider.
One of the things I want to customize is the logo.
When receiving an email, some email clients have this “Download images” button you have to click and no images are presented unless you click it.
One way to bypass this annoyance (in a regular email) is attaching the images you want to display to the email itself (as file attachments) and referencing their source in the html as CID - ex:<img src=““cid:Logo.jpg””>.
Another way is to use inline base64 attachments, but most clients seem to block this apparently…
So, now for the questions.
Can I somehow use attachments in auth0 email templates to make the logo appear in all emails without clicking the “Download images” in the email client?
Is there another way (not attachments) to achieve the same?
Thanks