Skip to content

Commit

Permalink
Merge pull request #49688 from nextcloud/fix/emails
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 6, 2024
2 parents 0890a99 + 8089de5 commit ad045d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public function canChangeMail() {
* @since 11.0.0
*/
public function isDefaultEnabledMail() {
return false;
return true;
}
}

0 comments on commit ad045d6

Please sign in to comment.