Send HTML emails to one or multiple recipients
Parameter | Type | Required | Description |
---|---|---|---|
to | array | Yes | List of recipient email addresses |
subject | string | Yes | The email subject line |
html | string | Yes | HTML content of the email |
<h1>
, <h2>
, <p>
, <strong>
, <em>
<ul>
and <ol>
tags<a href="url">text</a>
<div style="color: blue;">
<br>
tags