lundi 11 juillet 2016

<style> attribute inside nodemailer ejs (email-templates) email template

I am using node email-template to create email templates for sending email. However I want to add style attribute inside template like below:

<style>
table{ //some style}
</style>
Hello,
  <table> </table>
Thanks,

How to add styles without giving inline css.

Aucun commentaire:

Enregistrer un commentaire