fix(email): transactional email sending
This commit is contained in:
@@ -53,6 +53,7 @@ class EmailChannel
|
|||||||
if (! $type) {
|
if (! $type) {
|
||||||
throw new Exception('No email settings found.');
|
throw new Exception('No email settings found.');
|
||||||
}
|
}
|
||||||
|
config()->set('mail.default', $type);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user