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

change aws ses key

parent 59217c29
......@@ -12,11 +12,11 @@ class AWSMangoMailer {
public function __construct(){
$this -> sesClient = new SesClient([
'version' => '2010-12-01',
'region' => 'ap-northeast-1',
'version' => '2022-04-26',
'region' => 'eu-west-1',
'credentials' => [
'key' => 'AKIA3DYLLSZWBV3GJENW',
'secret' => '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'
'key' => 'AKIAXB5DZ67EBHJXJLVL',
'secret' => '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'
]
]);
}
......
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