SMTP
Skpr leverages AWS SES to ensure your emails are highly deliverable.
Usage
Set the FROM address
AWS SES requires a validated FROM address to ensure ownership.
This is set in the projects configuration file.
cat .skpr/defaults.yml
...
smtp:
from:
address: admin@example.com
The owner of the email address will be sent a verification email.
Configuration
$ skpr config list dev | grep smtp
smtp.port 1025
smtp.from.address admin@example.com
smtp.password [secret]
smtp.hostname email-smtp.us-west-2.amazonaws.com
smtp.username XXXXXXXXXXXXXXXXXX