Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 230 Bytes

File metadata and controls

3 lines (2 loc) · 230 Bytes

Flask Email Sender with Background Runner

This Flask application sends emails asynchronously using Flask-Mail and Flask-Executor. The BackgroundRunner class manages email tasks, improving app responsiveness and user experience.