pabloveintimilla / mautic-amazon-ses

Mautic 5 plugin, provides Amazon SES as an email transport and callback to process bounces
GNU General Public License v3.0
28 stars 5 forks source link

How to configure the AWS SES in mautic 5.1 #4

Open sujeetthete-asmb opened 1 month ago

sujeetthete-asmb commented 1 month ago

Hello,

I installed the plugin on my Mautic instance, the plugin is successfully installed. Now I am trying to configure the AWS SES under the "Email Settings", but getting the error

Unable to send an email: The security token included in the request is invalid. (code UnrecognizedClientException). I configured it as follows

Scheme : ses+api Host: default Port:465 User: AWS login user id Password: Access key (which is created under the IAM user) Region(added under options): Current region of my AWS account

So could you please check and let me know if there anything wrong in my configuration.

Thanks

pabloveintimilla commented 2 weeks ago

Hi, please check AWS user permissions and SES configuration

BarnesFoundation-Admin commented 5 days ago

The Username you enter needs to be the Access Key you created, not the AWS login user id. The Password needs to be the Secret Key generated for that Access Key. the word region needs to be lower case in the label, or will default to EU-WEST-1 and if you're not setup in that region, the test email (and production emails) will fail.