knowmetools / km-api

The API behind our Know Me app
Apache License 2.0
4 stars 0 forks source link

Emails are sent from the old domain #508

Closed cdriehuys closed 5 years ago

cdriehuys commented 5 years ago

Environment (production/development) Occurs in: production

Describe the bug Emails sent from the API are sent from the old "knowmetools.com" domain instead of the new "knowme.works" domain.

Expected behavior Emails should come from the "knowme.works" domain.

Additional context We will have to verify the "knowme.works" domain in AWS SES before this change can be pushed.

Note that this information is currently hardcoded in our settings file. I don't think it makes sense to allow this to be passed as an environment variable because then we would have to verify each new sending address within SES.