Skip to content Skip to sidebar Skip to footer
Showing posts with the label Flask Mail

Flask-mail - Sending Email Asynchronously, Based On Flask-cookiecutter

My flask project is based on Flask-Cookiecutter and I need to send emails asynchronously. Function … Read more Flask-mail - Sending Email Asynchronously, Based On Flask-cookiecutter

OSError: [WinError 10013] An Attempt Was Made To Access A Socket In A Way Forbidden By Its Access Permissions

I'm experimenting with the use of Huey as a cross platform task queue . I've found https://… Read more OSError: [WinError 10013] An Attempt Was Made To Access A Socket In A Way Forbidden By Its Access Permissions