Fixes in sendmail and admin.css

This commit is contained in:
Antonio de la Rosa 2022-02-05 13:41:57 +01:00
parent ec777cd98f
commit 7d6bd0630e
3 changed files with 5 additions and 5 deletions

View file

@ -79,9 +79,9 @@ class SendMail:
return False
except smtplib.SMTPAuthenticationError:
except smtplib.SMTPAuthenticationError as eauth:
self.txt_error='Error: cannot login. Wrong username or password'
self.txt_error='Error: cannot login. Wrong username or password '+eauth.__str__()
return False