-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
When using HtmlSourceEditor, editing the email and saving, this one adds automatically the following before the body tag:
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
I know the role of this meta tag but when the message is displayed on the recipient computer, the meta tag is displayed in the message. i.e. the following in HtmlSourceEditor:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello, world!</p>
</body>
</html>
Is displayed on the recipient computer as:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Hello, world!
Not very sexy... ;-D
Best Regards,
Metadata
Metadata
Assignees
Labels
No labels