Skip to content

Commit

Permalink
update - services.json - add SES SMTP endpoints for the AP region (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
distalx committed Oct 22, 2023
1 parent 9da77b6 commit 20e9fe0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions lib/well-known/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,42 @@
"secure": true
},

"SES-AP-SOUTH-1": {
"host": "email-smtp.ap-south-1.amazonaws.com",
"port": 465,
"secure": true
},

"SES-AP-NORTHEAST-1": {
"host": "email-smtp.ap-northeast-1.amazonaws.com",
"port": 465,
"secure": true
},

"SES-AP-NORTHEAST-2": {
"host": "email-smtp.ap-northeast-2.amazonaws.com",
"port": 465,
"secure": true
},

"SES-AP-NORTHEAST-3": {
"host": "email-smtp.ap-northeast-3.amazonaws.com",
"port": 465,
"secure": true
},

"SES-AP-SOUTHEAST-1": {
"host": "email-smtp.ap-southeast-1.amazonaws.com",
"port": 465,
"secure": true
},

"SES-AP-SOUTHEAST-2": {
"host": "email-smtp.ap-southeast-2.amazonaws.com",
"port": 465,
"secure": true
},

"Sparkpost": {
"aliases": ["SparkPost", "SparkPost Mail"],
"domains": ["sparkpost.com"],
Expand Down

0 comments on commit 20e9fe0

Please sign in to comment.