pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
1.63k stars 513 forks source link

Not using flask mail #873

Open Paulfuther opened 2 years ago

Paulfuther commented 2 years ago

Hello, I have started using the api for twilio's sendgird. However, flask security uses flask mail. Can that be overridden? I do not use mail=Mail(app) since I am not using Flask Mail. Sending a change password email will not work. Thank you. Paul.

jwag956 commented 2 years ago

Consider flask-security-too - it has a pluggable mail_util class that you could use. https://github.com/Flask-Middleware/flask-security