Commit 26e14df5 authored by Antonio.Suerte's avatar Antonio.Suerte

Updated AWS Credential Version

parent 21829bc9
...@@ -12,7 +12,7 @@ class AWSMangoMailer { ...@@ -12,7 +12,7 @@ class AWSMangoMailer {
public function __construct(){ public function __construct(){
$this -> sesClient = new SesClient([ $this -> sesClient = new SesClient([
'version' => '2022-04-26', 'version' => '2010-12-01',
'region' => 'eu-west-1', 'region' => 'eu-west-1',
'credentials' => [ 'credentials' => [
'key' => 'AKIAXB5DZ67EBHJXJLVL', 'key' => 'AKIAXB5DZ67EBHJXJLVL',
......
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