Flask-Mailing is the ultimate solution for sending emails asynchronously in Flask applications. With its extensive features such as support for multiple email providers, file attachments, customizable templates, and encryption, Flask-Mailing makes email communication effortless and efficient.
Added
send_mail
,send_mass_mail
methods very similar toDjango
orFlask-Mailman
.Added
more docstrings for better understanding of all the apis.Added
few more test cases.Fixed
major bug atMAIL_START_TLS
/MAIL_START_SSL
configuration atConnectionConfig
.