smtp: retry message sending automatically if loop is not interrupted

This commit is contained in:
link2xt
2022-04-02 19:49:21 +00:00
parent 3c20d0902e
commit 3d95272707
3 changed files with 33 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
- speed up loading of chat messages #3171
- clear more columns when message expires due to `delete_device_after` setting #3181
- do not try to use stale SMTP connections #3180
- retry message sending automatically if loop is not interrupted #3183
### Changes
- add more SMTP logging #3093