✉️ Add Mailgun mail transport configuration in mail.php config file

This commit is contained in:
HolgerHatGarKeineNode
2025-11-27 15:22:53 +01:00
parent fe09947ec3
commit 0300e397f8

View File

@@ -53,6 +53,13 @@ return [
'transport' => 'ses',
],
'mailgun' => [
'transport' => 'mailgun',
// 'client' => [
// 'timeout' => 5,
// ],
],
'postmark' => [
'transport' => 'postmark',
// 'message_stream_id' => env('POSTMARK_MESSAGE_STREAM_ID'),