-
Notifications
You must be signed in to change notification settings - Fork 53
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
[FEATURE] Add functionality to send test update from django admin panel. #194
Comments
@DevilsAutumn I would like to work on this. Please assign me this issue |
I can work on this feature. Please assign |
@anandanshul tag me if you need any help. |
i think first i have to define send_test_email action in UpdateAdmin class in backend/djangoindia/db/admin.py |
Further more you need to trigger background job for email, perhaps make a global abstraction over email bg taks. CC: @DevilsAutumn |
@DevilsAutumn I would like to pick this issue. |
Summary
NA
Description
we currently have feature of sending updates to our subscribers. But before sending it we need to make sure if everything is working smoothly and for that we need to add the functionality to send a test mail to a particular email id.
Use Case
No response
Alternatives
No response
Affected Area
Backend
The text was updated successfully, but these errors were encountered: