Hi there!
Is there a way to style a notification e-mail like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "hidden link">
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if !mso]><!-- -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!--<![endif]-->
<title>%%TOOLSET_SUBJECT_HERE%%</title>
<style type="text/css">
/* normal styles and mobile styles here */
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" width="600" align="center" class="full-width">
<tr>
<td styel="color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif;">
content here
</td>
</tr>
</table>
</body>
</html>
It seems that there's only a 'Notification e-mail body' (see image 'notification-body.png'). That means I'm not able to add some custom css to the head of the e-mail.
Is there a way to do some adjustments in the <head></head> of that notification mail?
Thx!