ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
33 stars 4 forks source link

Implement email service utilizing smtplib #1013

Closed seppeljordan closed 2 months ago

seppeljordan commented 2 months ago

This commit introduces a new EmailService implementation that utilizes Python's built-in smtplib. The objective is to eventually replace the existing flask_mail based implementation.

Plan-ID: d21d8863-1179-4b7c-9d17-1701a7f78e76 (2x)

Some context:

The current email implementation seems to be no longer maintained as its github repo is read-only (Last commit 10 years ago).

sloschert commented 2 months ago

Good idea. 2xCR