Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To get SMTP username and password, you use an AWS IAM credentials, but need to derive the password from the IAM secret key: https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.htmlhtml#smtp-credentials-convert (ruby code: https://gist.github.com/damusix/c12400ee0ccb7e56351619ae2b19a303?permalink_comment_id=3077509 )

(There may be another way to get them from SES console… for some reason accessing AWS SES console it makes us set up from scratch including verifying our domain, when in fact SES is already working for us…. not sure what’s going on here).

...