From ebfda35e9da60a4b5078ba7f41291affa2d97a09 Mon Sep 17 00:00:00 2001 From: Martijn Wiekens | Alexion Software Date: Fri, 14 Feb 2020 12:40:39 +0100 Subject: [PATCH] Added eu-central-1, ap-south-1, ap-southeast-2 as Amazon SES regions --- lib/Mailer/Methods/AmazonSES.php | 3 +++ lib/Settings/Hosts.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lib/Mailer/Methods/AmazonSES.php b/lib/Mailer/Methods/AmazonSES.php index e85f7ee9c5..95658681f9 100644 --- a/lib/Mailer/Methods/AmazonSES.php +++ b/lib/Mailer/Methods/AmazonSES.php @@ -28,6 +28,9 @@ class AmazonSES { 'US East (N. Virginia)' => 'us-east-1', 'US West (Oregon)' => 'us-west-2', 'EU (Ireland)' => 'eu-west-1', + 'EU (Frankfurt)' => 'eu-central-1', + 'Asia Pacific (Mumbai)' => 'ap-south-1', + 'Asia Pacific (Sydney)' => 'ap-southeast-2', ]; /** @var AmazonSESMapper */ diff --git a/lib/Settings/Hosts.php b/lib/Settings/Hosts.php index 45ced8eae5..91bd2717dd 100644 --- a/lib/Settings/Hosts.php +++ b/lib/Settings/Hosts.php @@ -17,6 +17,9 @@ class Hosts { 'US East (N. Virginia)' => 'us-east-1', 'US West (Oregon)' => 'us-west-2', 'EU (Ireland)' => 'eu-west-1', + 'EU (Frankfurt)' => 'eu-central-1', + 'Asia Pacific (Mumbai)' => 'ap-south-1', + 'Asia Pacific (Sydney)' => 'ap-southeast-2', ], ], 'SendGrid' => [