Do I need to verify the email address to send the email via SDK?
I have verified domain:

and "Send a Test Email" from any address in this domain works perfectly.
But I see that to use SDK I need to verify email address:
// Replace sender@example.com with your "From" address. // This address must be verified with Amazon SES.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-sdk-php.html
Is there any way to use SDK without verifying the email address?
Best,