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' => [