Commit 6c20b063 authored by Antonio.Suerte's avatar Antonio.Suerte

New AWS SES Credential Configuration

parent e0b6cb8d
...@@ -13,10 +13,10 @@ class AWSMangoMailer { ...@@ -13,10 +13,10 @@ class AWSMangoMailer {
public function __construct(){ public function __construct(){
$this -> sesClient = new SesClient([ $this -> sesClient = new SesClient([
'version' => '2010-12-01', 'version' => '2010-12-01',
'region' => 'eu-west-1', 'region' => 'ap-southeast-1',
'credentials' => [ 'credentials' => [
'key' => 'AKIAXB5DZ67EBHJXJLVL', 'key' => 'AKIARMKWQUBIYI4VSFZO',
'secret' => '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' 'secret' => '36B24NwucYrcx07SPji2INPncdT3lW+Oc32KTfdL'
] ]
]); ]);
} }
......
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