HI,
Using a mustache template for HTML and PlainText I'm sending an email using the built in email.
All working fine; I want to add a reply to delimiter so when someone replies they only add new contents and not edit in line.
I added this just after the body tag but it shows up in the email and ruins the look.
I removed all the contents of the template it would be too much.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
###- Please type your reply above this line -###
</body>
</html>
tia
Harry