Commit 21829bc9 authored by merlin.hu's avatar merlin.hu

change aws ses key

parent 59217c29
...@@ -12,11 +12,11 @@ class AWSMangoMailer { ...@@ -12,11 +12,11 @@ class AWSMangoMailer {
public function __construct(){ public function __construct(){
$this -> sesClient = new SesClient([ $this -> sesClient = new SesClient([
'version' => '2010-12-01', 'version' => '2022-04-26',
'region' => 'ap-northeast-1', 'region' => 'eu-west-1',
'credentials' => [ 'credentials' => [
'key' => 'AKIA3DYLLSZWBV3GJENW', 'key' => 'AKIAXB5DZ67EBHJXJLVL',
'secret' => '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' 'secret' => '8uxUJF1PXnrzjEWgT9tamYQzN+fuA6zVTNWge4P0'
] ]
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment