You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send emails with AWS SES. I followed the Laravel official doc and configured the application. but when I tried to send an email I got the following error. I was using ses as MAIL_MAILER at this time.
I assigned AmazonSESFullAccess and AmazonSNSFullAccess permissions directly to my IAM user. I was using aws/aws-sdk-php package with my Laravel application but while trying to solve the issue I tried with aws/aws-sdk-php-laravel package too. But the error remains the same.
Then I generated an SMTP access credential and used it for sending emails. This time it worked.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
I am trying to send emails with AWS SES. I followed the Laravel official doc and configured the application. but when I tried to send an email I got the following error. I was using
ses
asMAIL_MAILER
at this time.I assigned
AmazonSESFullAccess
andAmazonSNSFullAccess
permissions directly to my IAM user. I was usingaws/aws-sdk-php
package with my Laravel application but while trying to solve the issue I tried withaws/aws-sdk-php-laravel
package too. But the error remains the same.Then I generated an SMTP access credential and used it for sending emails. This time it worked.
Expected Behavior
Email should be sent.
Current Behavior
Email send failed with the following error
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
3.8
Environment details (Version of PHP (
php -v
)? OS name and version, etc.)PHP8.1 , Windows 11
The text was updated successfully, but these errors were encountered: