This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/ereuse_devicehub/mail/__init__.py
Cayo Puigdefabregas a9d6ac22f9 mail sender
2022-09-30 19:05:10 +02:00

4 lines
43 B
Python

from flask_mail import Mail
mail = Mail()