Fully customize an Email Template in Certain

Custom Email Templates can be created to send fully customized email for an Event or for a specific Form.

Tips for successful email communications

Example:

<style>
p .email {
.email {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 14px;
            color: #666666;
}
</style>

<body>
<p class="email">This is an example.</p>

<p class="email">This is a new paragraph with the same CSS class
</p>
</body>

Related articles

Comments

0 comments

Please sign in to leave a comment.