openwisp / openwisp-notifications

Notifications module of OpenWISP
https://openwisp.io/docs/stable/notifications/
GNU General Public License v3.0
41 stars 42 forks source link

[Fix] Error handling send email notification #179 #222

Closed aagmanbhatt closed 2 years ago

aagmanbhatt commented 2 years ago

Added exception handling for the issue #179 and test for the same . So ,If throws exception the function will be returned empty and mail will not be sent.

pandafy commented 2 years ago

Thanks for contributing @aagman945!