Skip to content

Commit

Permalink
Fix mailing issue (known issue for laravel/framework, does not affect…
Browse files Browse the repository at this point in the history
… mailtrap)
  • Loading branch information
mollevi committed Dec 13, 2024
1 parent 0527d2a commit 3de9495
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
php artisan cache:clear &&
php artisan config:clear &&
php artisan route:cache
~/fixLaravelAccess
"
190 changes: 183 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'mailers' => [

'smtp' => [
'scheme' => 'smtp',
'transport' => 'smtp',
'url' => env('MAIL_URL'),
'host' => env('MAIL_HOST', '127.0.0.1'),
Expand Down

0 comments on commit 3de9495

Please sign in to comment.