Hi @geedavies Thank you for that. I did try both ways.
I have tried generating access keys via the IAM user I’ve made with the specific permission policy – AmazonSESFullAccess but I am still getting the error.
I’ve added the following to my WP-CONFIG file.
define( ‘WPOSES_AWS_ACCESS_KEY_ID’, ‘XXXX’ );
define( ‘WPOSES_AWS_SECRET_ACCESS_KEY’, ‘XXXX’ );
I’m not sure what else to do.. is it a permissions error?
Thank you.