update Makefile
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from fittrackee_api import dramatiq, email_service
|
||||
|
||||
|
||||
@dramatiq.actor()
|
||||
@dramatiq.actor(queue_name='fittrackee_emails')
|
||||
def reset_password_email(user, email_data):
|
||||
email_service.send(
|
||||
template='password_reset_request',
|
||||
|
Reference in New Issue
Block a user