Skip Navigation

[Resolved] How to style a user form notification e-mail body with header css

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 0 replies, has 1 voice.

Last updated by roulartaM 5 years, 4 months ago.

Assisted by: Minesh.

Author
Posts
#1355749
notification-body.png
email-notification.png

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!