Skip to content

Commit

Permalink
feat(config): disable sending mails
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lehmann <[email protected]>
  • Loading branch information
thlehmann-ionos authored and printminion-co committed Nov 28, 2024
1 parent 724d70e commit 08fd8ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/mail.config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

$CONFIG = [
// Disable mailing altogether
// Requires Nextcloud server PR #48977
'mail_smtpmode' => 'null',
];

0 comments on commit 08fd8ec

Please sign in to comment.