I have set up my custom email provider and would like to adjust a bit for the Welcome Email style. However…
Just like previous discussions, the template is different after enabling custom email provider. Is it possible to get the Welcome Email template script with full CSS for reference?
I tried to use {{ user.picture }} variable in my welcome email template, and found that the image can be displayed normally in Outlook, but the image can’t show in Gmail.
Our team is going back to answer our frequently asked questions.
First, check if you are opening your email in the spam folder. For security reasons, images are not rendered in spam.
This is likely not an issue with Auth0 and has more to do with the individual email provider. Try changing the format of your images. It seems that images in SVG format are not supported by various providers.
Here is some documentation we have created on this issue: