Mjml: Support for custom title tags?

Created on 26 May 2016  路  3Comments  路  Source: mjmlio/mjml

Apparently Android 4.4 is using <title></title> tags for push notifications. Also some clients like Outlook might allow you to view email in a browser for better rendering. In those cases title tag would be useful. At the moment I haven't figured out any way to add custom titles for templates.

Feature request

Most helpful comment

It will be add into mj-head as you mention see #307 ! :)

All 3 comments

Can't it be part of head-attributes?

   <mj-head>
     <mj-attributes>
       <mj-title>My title</mj-title>
     </mj-attributes>
   </mj-head>

Or of mj-head?

   <mj-head>
     <mj-title>My title</mj-title>
   </mj-head>

It will be add into mj-head as you mention see #307 ! :)

Hello mj-title is now in MJML 2.3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samatcd picture samatcd  路  4Comments

liminspace picture liminspace  路  3Comments

kytosai picture kytosai  路  4Comments

hellfish2 picture hellfish2  路  4Comments

AustinTruex68 picture AustinTruex68  路  4Comments