Skip to content

Commit

Permalink
fix: Disable mail provider
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 17, 2024
1 parent 9cd8c12 commit 5c659cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ public function register(IRegistrationContext $context): void {
}

// Added in version 4.0.0
$context->registerMailProvider(MailProvider::class);
// Disabled in v4.1.0 due to stability concerns
//$context->registerMailProvider(MailProvider::class);

$context->registerNotifierService(Notifier::class);

Expand Down

0 comments on commit 5c659cc

Please sign in to comment.