diff options
Diffstat (limited to 'core/js/setupchecks.js')
-rw-r--r-- | core/js/setupchecks.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js index 4773a201535..c8ca1afe511 100644 --- a/core/js/setupchecks.js +++ b/core/js/setupchecks.js @@ -417,18 +417,6 @@ type: OC.SetupChecks.MESSAGE_TYPE_WARNING }) } - if (data.isPHPMailerUsed) { - messages.push({ - msg: t( - 'core', - 'Use of the the built in php mailer is no longer supported. <a target="_blank" rel="noreferrer noopener" href="{docLink}">Please update your email server settings ↗<a/>.', - { - docLink: data.mailSettingsDocumentation, - } - ), - type: OC.SetupChecks.MESSAGE_TYPE_WARNING - }); - } if (!data.isMemoryLimitSufficient) { messages.push({ msg: t( |