email: optional logo image in the header
A configurable logo URL renders as an image beside the brand name in the email header (falling back to the brand text when unset). Email clients need a hosted image, so it takes a URL rather than an inline asset.
This commit is contained in:
parent
98630c7d36
commit
bdcce01f11
7 changed files with 41 additions and 9 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<tr><td style="height:5px;background:{{accent}};font-size:0;line-height:0;"> </td></tr>
|
||||
|
||||
<tr><td style="padding:30px 36px 0;">
|
||||
<span style="font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:{{accent}};">{{brand}}</span>
|
||||
<div style="margin-bottom:6px;">{{brand_mark}}</div>
|
||||
<h1 style="margin:16px 0 10px;font-size:23px;line-height:1.3;font-weight:800;color:#0f172a;">{{title}}</h1>
|
||||
<p style="margin:0;font-size:15px;line-height:1.65;color:#475569;">{{message}}</p>
|
||||
</td></tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue