Skip to content

email body background color not being set #179

@rhetr

Description

@rhetr

I'm trying to set the email body background-color for a campaign but it isn't working:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>test</title>
    <style>
         body {
            background-color: #000;
            color: #aaa;
        }

    </style>
</head>
<body>
    test
</body>
</html>

this does nothing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions