How to Fixed this Error :- Using AWS SES SMTP- error 554 Message rejected: Email address is not verified. The following identities failed the check in region

Getting this error on the email address I am trying to send an email to!
Not sure why I need to verify an email I am sending to which doesn’t belong to me?
Step 1: Please check your .env file at MAIL_FROM

Step 2: Go to Project mail Model:- app\Mail\ContactMail.php
And change your Mail from

Step 3:
php artisan cache:clear
php artisan view:clear
php artisan route:clear
Problem solved