As a developer, I'd like to use a task queue to handle sending notification emails #1952
Closed
5 tasks
Labels
dev
raft review
This issue is ready for raft review
Refined
Ticket has been refined at the backlog refinement
Description:
Follow on to #1784
After validating the network settings allowing us to send emails from cloud.gov, we decided not to implement it as a django view, but in a celery task.
Will require functioning celery service to implement this ticket correctly
Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Supporting Documentation:
https://docs.djangoproject.com/en/4.0/topics/email/
https://docs.djangoproject.com/en/4.0/ref/settings/#std-setting-EMAIL_USE_SSL
https://docs.djangoproject.com/en/dev/ref/templates/api/#loading-a-template
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
The text was updated successfully, but these errors were encountered: