Commit 59217c29 authored by merlin.hu's avatar merlin.hu

change aws ses key

parent f47ebf0a
......@@ -13,10 +13,10 @@ class AWSMangoMailer {
public function __construct(){
$this -> sesClient = new SesClient([
'version' => '2010-12-01',
'region' => 'eu-west-1',
'region' => 'ap-northeast-1',
'credentials' => [
'key' => 'AKIAXB5DZ67EAN5PHYCZ',
'secret' => '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'
'key' => 'AKIA3DYLLSZWBV3GJENW',
'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