Skip to content

Commit

Permalink
fix(email): transactional email sending
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 21, 2025
1 parent 4b74ca5 commit a230a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Notifications/Channels/EmailChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private function bootConfigs($notifiable): void
if (! $type) {
throw new Exception('No email settings found.');
}
config()->set('mail.default', $type);

return;
}
Expand Down

0 comments on commit a230a42

Please sign in to comment.