Actions
Task #7699
closedReplace flask-mail by sendmail
Start date:
12/12/2023
Due date:
% Done:
100%
Estimated time:
To be discussed:
No
Description
Currently, we are using flask-mail plugin which uses SMTP. But we don't have any SMTP server on mentat-new and there is no intention to do so. Instead, we can send emails using the sendmail
application.
Updated by Rajmund Hruška 12 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
I actually went with a fork of the original flask-sendmail, as this has the correct version on pypi, which fixed some Python 3 related bugs.
https://github.com/ncrocfer/flask-sendmail-ng/tree/master
So far, the sending of emails seems to work, but I didn't set up logging just yet.
Updated by Rajmund Hruška 10 months ago
- Subject changed from Replace flask-mail by flask-sendmail to Replace flask-mail by sendmail
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Rajmund Hruška 10 months ago
- Status changed from Resolved to In Review
Updated by Rajmund Hruška 10 months ago
- Target version changed from 2.12 to 2.11.1
Actions