I am trying to send email notifications in a nicely formatted template with css, but it comes through all wacky looking, when I look at the source, it puts a after each line...(see below) - how can I stop it doing this?
Great plugin by the way..10/10
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>twenty4 contact form</title>
<STYLE>
body {
background-color: #e6e6e6;
background-position: top center;
background-repeat: no-repeat;
margin: 0;
padding: 30px 0 10px;
}
table {font-family: Helvetica,"Helvetica Neue",Arial,sans-serif; font-size: 0.95em; color: #222222;}
etc. etc.