Sith/com
Skia 39bb490257 com: fix weekmail for the case of non-existing email addresses
If an email address is set as destination for the Weekmail, the SMTP may
refuse it, and `smtplib` will throw a `SMTPRecipientsRefused` error,
containing the list of refused addresses. This commit provides an
interface for the weekmail sender to quickly unsubscribe the faulty
users, so that the next try sending the weekmail can be performed
successfully.
2021-10-03 18:16:51 +02:00
..
migrations django2.2: add on_delete on migrations for ForeignKey 2019-10-08 22:46:03 +02:00
templates/com com: fix weekmail for the case of non-existing email addresses 2021-10-03 18:16:51 +02:00
__init__.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
admin.py All: Apply Black coding rules 2018-10-05 21:52:55 +02:00
models.py django2.2: add default mandatory on_delete on all ForeignKey 2019-10-08 22:46:01 +02:00
tests.py counter: don't display info boxes and navigation menu 2021-09-26 13:58:39 +02:00
urls.py django2.2: migrate url to re_path 2019-10-08 22:46:01 +02:00
views.py com: fix weekmail for the case of non-existing email addresses 2021-10-03 18:16:51 +02:00