Methods
send(from, to, subject, body) → {Promise}
Send an email
Parameters:
| Name | Type | Description |
|---|---|---|
from |
String | the email to send from |
to |
String | the email to send to |
subject |
String | the subject of the email |
body |
String | the body of the email |
Returns:
- Type
- Promise