Fully customize an Email Template in Certain

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 {
  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 T</p>
</body>