diff --git a/mylar/webserve.py b/mylar/webserve.py index 5a70c05b..5874deb0 100644 --- a/mylar/webserve.py +++ b/mylar/webserve.py @@ -5931,7 +5931,7 @@ class WebInterface(object): result = email.test_notify() if result == True: - return "Successfully sent email. Check your mailbox." + return "Successfully sent email. Check your mailbox (don't forget the spam!)." else: logger.warn('Email test has gone horribly wrong. Variables used were [FROM: %s] [TO: %s] [SERVER: %s] [PORT: %s] [USER: %s] [PASSWORD: ********] [ENCRYPTION: %s]' % (emailfrom, emailto, emailsvr, emailport, emailuser, emailenc)) return "Error sending test message via email"