Skip to content
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

Open
DevilsAutumn opened this issue Oct 9, 2024 · 6 comments · May be fixed by #265
Open

[FEATURE] Add functionality to send test update from django admin panel. #194

DevilsAutumn opened this issue Oct 9, 2024 · 6 comments · May be fixed by #265
Assignees

Comments

@DevilsAutumn
Copy link
Member

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

@Yadavanurag13
Copy link
Contributor

@DevilsAutumn I would like to work on this. Please assign me this issue

@anandanshul
Copy link

I can work on this feature. Please assign

@salty-ivy
Copy link
Collaborator

@anandanshul tag me if you need any help.

@anandanshul
Copy link

@salty-ivy

i think first i have to define send_test_email action in UpdateAdmin class in backend/djangoindia/db/admin.py

@salty-ivy
Copy link
Collaborator

@salty-ivy

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.
which can be used from anywhere in the project, rather than making new email bg task function with each new case.

CC: @DevilsAutumn

@Yadavanurag13
Copy link
Contributor

@DevilsAutumn I would like to pick this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

4 participants