I am trying to send email using AWS SES service and the Laravel Mail class (Illuminate\Support\Facades\Mail).
I would like to set to the ConfigurationSetName to be able to recieve notifications via AWS SNS.
At the moment, I am using the Laravel Mail class using SES and it is working but not the notifications.
Is there any way to do this? Or do I have to use the SesClient always to assign the ConfigurationSetName?