mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix(email): transactional email sending
This commit is contained in:
parent
4b74ca56c3
commit
a230a42599
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class EmailChannel
|
|||
if (! $type) {
|
||||
throw new Exception('No email settings found.');
|
||||
}
|
||||
config()->set('mail.default', $type);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue