Customizing email template for new subscription

Hi,

I am trying to customise the email template for new subscription. In the default template , html code for the template uses tag to define rows and columns. I somehow feel its old fashioned. Just wanted to check whether CSS flex layout is supported for email templates. Can anyone pls confirm this.

Thanks,
Bhuvana.

when you are creating an email it is recommended use tables basic , because when you load that email in emails admins like outlook or gmail or native apps probably will have a visual mistakes, but you ca:n try and show us how will you do it?
Try to be genericer :slight_smile:

2 Likes

Thanks @andreslarrotta for your reply. I will go by the recommendation. So we are using handlebar with html basics so that the email looks good in email admins. Is that correct ?

1 Like

Bhuvana, this link might be useful: GitHub - vtex/vtex-emails: Email framework for developing transactional email templates for VTEX E-commerces

2 Likes

Hi, Bhuvana

You can customize the HTML code of your email template to add inline CSS styles, such as colors, fonts, and text sizes. This can help modernize the appearance of your email, even if you’re not using flexbox directly.

If you have doubts about how to personalize your transactional emails, you can check the vtex article:

https://help.vtex.com/en/tracks/e-mails-transacionais--6IkJwttMw5T84mlY9RifRP/335JZKUYgvYlGOJgvJYxRO

Ex:

1 Like