- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
if ($ishtml) { $mail->IsHTML(true); if (strpos($body, "<html>") === false) { $body = "<html>".$body."</html>"; }
You can provide a complete HTML page as email via the sourcemode of the editor.Elita wrote: if i added proper head to the "email body" as you named it in the template editor using code editor, there will not be another head generated by the built-in script?