diff --git a/src/cloudron.js b/src/cloudron.js index 899714a6d..278bfbbde 100644 --- a/src/cloudron.js +++ b/src/cloudron.js @@ -193,7 +193,7 @@ async function runSystemChecks() { async function checkMailStatus() { const result = await mail.checkConfiguration(); if (result.status) { - await notifications.clearAlert(notifications.ALERT_REBOOT, 'Email is not configured properly'); + await notifications.clearAlert(notifications.ALERT_MAIL_STATUS, 'Email is not configured properly'); } else { await notifications.alert(notifications.ALERT_MAIL_STATUS, 'Email is not configured properly', result.message, { persist: true }); }