added symfony mailer packages

This commit is contained in:
Denis Duliçi
2022-09-26 12:22:49 +03:00
parent 47b134607e
commit 0204f0c0f6
3 changed files with 275 additions and 79 deletions

View File

@@ -54,6 +54,7 @@ return [
'postmark' => [
'transport' => 'postmark',
'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),
],
'sendgrid' => [