Best Flask open-source libraries and packages

Flask celery mail

Automate your website's email communication with our simple and customizable email sender project, featuring asyncronous sending and queue management with Redis.
Updated 1 year ago

Flaks Celery Mail

flaskcelerymail-screenshot.png

This project brings a simple email sender with an interface, where you can configure it with your email account and credentials to send emails asyncronously with a broker (in this case Redis), that is responsible to managing the emails queue. Feel free to extend this and make something more complex, for example automate emails for your website.

Pattern used to this project:

  • Factory pattern.

In this project you wil see:

  • Flaks;
  • Celery;
  • Redis;
  • Docker;
  • Vue JS.

Another Flask libs important to mention:

  • Flask-Mail;
  • Dynaconf;
  • Flask-Cors.