
| From | String | The email adres that the email is sent from |
| Reply-To | String | The reply-to email adres |
| To | String | Recipient(s) of the email, multiple recipients are separated by a semi-colon |
| Cc | String | CC recipient(s) of the email, multiple recipients are separated by a semi-colon |
| Bcc | String | BCC recipient(s) of the email, multiple recipients are separated by a semi-colon |
| Subject | String | The subject of the email |
| Body | String | The body of the email |
Can be configured using setConnection(host, port, username, password)