You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
In overholt I am trying to send the flask-security emails via Celery. I am following the instructions you have provided here:
pallets-eco/flask-security-3.0#194
I cannot find anywhere in Overholt to put the following code:
@security.send_mail_task
def delay_flask_security_mail(msg):
send_flask_mail.delay(msg)
Where should it live?
thanks
The text was updated successfully, but these errors were encountered: