diff options
| author | horus | 2026-03-25 14:40:36 +0100 |
|---|---|---|
| committer | horus | 2026-03-25 14:40:36 +0100 |
| commit | 54ef8f3b68efd19dfbbcc21f041105f90976085a (patch) | |
| tree | 56b27ac77af40e31c8c97164e776a38c5ef6f5c7 /config/mail.php | |
| parent | 742526761dea5fe0df74d04c038fb9feb45bce94 (diff) | |
| download | curious-54ef8f3b68efd19dfbbcc21f041105f90976085a.tar.gz | |
config for mailjet
Diffstat (limited to 'config/mail.php')
| -rw-r--r-- | config/mail.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mail.php b/config/mail.php index 67fb340..06c740c 100644 --- a/config/mail.php +++ b/config/mail.php @@ -60,6 +60,9 @@ return [ 'array' => [ 'transport' => 'array', ], + 'mailjet' => [ + 'transport' => 'mailjet', + ], ], /* |
