add ses-v2 mailer in config (#6112)

This commit is contained in:
Ankur Kumar 2023-02-17 20:08:29 +05:30 committed by GitHub
parent c909b037ae
commit a1ef009415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,10 @@ return [
'transport' => 'ses',
],
'ses-v2' => [
'transport' => 'ses-v2',
],
'mailgun' => [
'transport' => 'mailgun',
// 'client' => [