chore: move email sending to AWS SES

This commit is contained in:
Jonathan Barrow
2024-02-20 13:49:27 -05:00
parent 987a73e646
commit 3f9d2e6964
4 changed files with 1425 additions and 551 deletions

View File

@@ -33,9 +33,12 @@
}
}
},
"gmail": {
"user": "username",
"pass": "password",
"email": {
"ses": {
"region": "AWS SES us-east-1",
"key": "AWS SES access key",
"secret": "AWS SES secret key"
},
"from": "Firstname Lastname <user@domain.com>"
},
"trello": {