Add user workflow invite email fail

Hello.
I would like to explain what is going on with me.
I have a Grafana 8.3.5 configured through config.ini with SMTP setup using AWS SES to send by only one registered email account.
The email test send from Concat Point config worked fine.
But when I added a new user account sending the invite email what happened as the following error:

lvl=eror msg=“Async sent email 0 succeed, not send emails: “email” err: Failed to send notification to email addresses: “email”: gomail: could not send email 1: 554 Message rejected: Email address is not verified. The
following identities failed the check in region US-EAST-1: “email”” logger=notifications

PS. the “email” is a fake email that I changed to copy the message here without show the real email and this community system block more than 2 email address here, but this “email” was the new email user account.

Well, what happened is that the new user email was used as sender in the AWS SES SMTP server and it doesn´t agree, in my opinion, with the config.ini SMTP “from_address” config that would the default sender.

I don´t know if it is a issue or a missing configuration.

Thanks if some one have some light about this workflow.

@ltrombini have you found a solution to this?