Merge pull request #5853 from epegzz/master

Fix AWS SES not working in eu-central-1 region
This commit is contained in:
Alexandre BODIN 2020-04-20 09:28:30 +02:00 committed by GitHub
commit d55da7d9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
"main": "./lib",
"dependencies": {
"lodash": "^4.17.11",
"node-ses": "^2.2.0"
"node-ses": "^3.0.0"
},
"author": {
"email": "nikolay@tsenkov.net",