mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 11:41:50 +02:00
![]() In one case, we were not catching a family of possible exceptions (socket.error), and in the two other cases there was no error handling at all. Sending emails can easily fail if no email server is configured, so it is really necessary to handle these errors instead of crashing with a HTTP 500 error. Refactor email sending code and add proper error handling. Show alert messages that tell the user if an email was sent or if there was an error. When sending a password reminder email or inviting people by email, we don't proceed to the next step in case of error, because sending emails is the whole point of these actions. |
||
---|---|---|
.. | ||
__init__.py | ||
ihatemoney.cfg | ||
ihatemoney_envvar.cfg | ||
tests.py |