Indicate how often status check is run

This commit is contained in:
Girish Ramakrishnan
2019-03-01 11:24:10 -08:00
parent a8735a6465
commit c361ab954d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -544,6 +544,8 @@ function checkConfiguration(callback) {
markdownMessage += '\n\n';
});
markdownMessage += 'Email Status is checked every 30 minutes\n See the [troubleshooting docs](https://cloudron.io/documentation/troubleshooting/#mail-dns) for more information.\n';
callback(null, markdownMessage);
});
});