mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-12 20:06:13 -05:00
chore: move email sending to AWS SES
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user