[11.x]: Use ses-v2 as default ses mail transport (#6205)

This commit is contained in:
Jacob Müller 2023-06-26 23:40:07 +02:00 committed by GitHub
parent a5fddf7bc3
commit e96d21dd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ return [
],
'ses' => [
'transport' => 'ses',
'transport' => 'ses-v2',
],
'mailgun' => [