Skip to content

Commit

Permalink
add ses-v2 mailer in config (#6112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 authored Feb 17, 2023
1 parent c909b03 commit a1ef009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
'transport' => 'ses',
],

'ses-v2' => [
'transport' => 'ses-v2',
],

'mailgun' => [
'transport' => 'mailgun',
// 'client' => [
Expand Down

0 comments on commit a1ef009

Please sign in to comment.