-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending emails with Celery #500
Comments
Hi, If this issue is still not resolved, I can take this up. |
Any news? +1 |
The easiest option is to use Django-Celery-Email, which would handle sending Djoser emails as well as any other emails. |
here is my PR sunscrapers/django-templated-mail#29 that fixes this bug |
@bazhenstvo i do not believe its that simple because djoser is using an unpickleable email class, look at this issue: sunscrapers/django-templated-mail#28 |
Hi
It s rather question then issue.
Is it any way to use Celery to send activation and other emails sent by Djoser.
Default implementation in Djoser uses request as Email Class init argument object to send emails and it's kind of non-serializable. Maybe you have an experience with making Celery send Djoser emails?
The text was updated successfully, but these errors were encountered: