Here's a tidbit, so you don’t have to spend two hours almost tearing your hair out, as I did.
The following error message appeared: Fatal error: Uncaught Aws \ Ses \ Exception \ SesException: AWS Error code: InvalidParameterValue, status code: 400, AWS Request ID: [Deleted for stackoverflow], AWS Error type: client, AWS error message: missing final "@domain", User-Agent: aws-sdk-php2 / 2.6.6. Guzzle / 3.9.1 curl / 7.36.0 PHP / 5.5.12
Earlier errors showed that validation is being performed (for example, ToAddresses should be an array), so I assumed that the data was verified. To some extent, I was wrong.
source
share