How to sent Grafana email alerting using AWS SES service?

I want connect Grafana email alerting with my amazon SES for sending a email for 80% persistent volume used.

Please use this doc to create SMTP creds : Obtaining Amazon SES SMTP credentials - Amazon Simple Email Service

Also white creating the SES, you might need to choose the port : 587 since Amazon Elastic Compute Cloud (Amazon EC2) throttles email traffic over port 25 by default

More on that here : Connecting to an Amazon SES SMTP endpoint - Amazon Simple Email Service

Also, are you using legacy or Unified alerting ?