Email Format
-
Hello!
I’m not sure if I’m missing something but the HTML format for email notifications is not working. It’s just displaying the HTML as plain text.
I have tried enclosing my text elements within markup
<p></p>
and using<br />
, and have not had any success in formatting the email output.I have also tried including the basic HTML markup found in common frameworks such as Foundation (email):
`<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<meta name=”viewport” content=”width=device-width”>
<title>New Lead Notification</title>
`
As a last resort, I tried to change the HTML format to Plain Text, and of course it will not save the changes and/or the format update. Your help in sorting this out would be greatly appreciated. Thank you!
- The topic ‘Email Format’ is closed to new replies.