Class: SESService

SESService() → {SESService}

Convenience wrapper around AWS SES service (not meant to be instantiated directly).

Constructor

new SESService() → {SESService}

Returns:

a SESService instance.

Type
SESService

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