• For some reason when I try to input html in the mail (2) /autoresponder section it removes it after I press save. Here is an example of code I have. It basically removes everything up until <title> It never used to do this. Any suggestions?

    <!DOCTYPE html>
    <html>
    
    <head>
        <meta name="viewport" content="width=device-width" />
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <title>The email title</title>
        <style></style>

The topic ‘html being removed from mail (2)’ is closed to new replies.