Hello @netm
I personal don't have any experience with using SES.
Did you follow the steps from the documentation? https://laravel.com/docs/10.x/mail#ses-driver
So it turned out that when I installed AWS-SDK_PHP with 'composer install AWS-SDK_PHP' it picked a 2.8x version. I had to delete Guzzle and AWS-SDK_PHP and install AWS-SDK_PHP fresh with dependencies and it stepped it up to 3x which now works !
composer require "aws/aws-sdk-php:3.*" --update-with-all-dependencies
tvbeek liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community