knowmetools / km-api

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

Fix contact info in emails #507

Closed cdriehuys closed 5 years ago

cdriehuys commented 5 years ago

Environment (production/development) Occurs in: production

Describe the bug All HTML emails sent from the app have incorrect contact information.

The email address is an old "knowmetools" domain and the phone number has a literal ‐ in it.

Expected behavior The email should be switched to team@knowme.works and the phone number should read (919) 960-1717.

bsuto commented 5 years ago

the reply-to address on these emails is at the old domain too

cdriehuys commented 5 years ago

The reply-to is now tracked in #508. It's configured in a separate location so I split the issue.