ses - email via Amazon Simple Email Service

Warning

Do not commit your credentials to a public repo!

If you have AWS credentials configured elsewhere (e.g. in ~/.aws/credentials), or in the environment, this will use those and you do not need to specify credentials in your configuration file.

As a best practice, use an IAM User/Role which is only allowed to access the resources in use.

You will need to verify an address or domain.

from
Type:

string

Required:

true

the email address to send from

to
Type:

string

Required:

true

the email address to send to

aws_region
Type:

string

Required:

false

the AWS region to use (e.g. eu-west-1)

aws_access_key
Type:

string

Required:

false

the AWS access key to use

aws_secret_access_key
Type:

string

Required:

false

the AWS secret access key to use