You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Site admin, I need to implement Mailing interface to be able to send emails to all users signed up for email communication.
Acceptance Criteria :
Staff/SuperUser :
When I log in with my credentials then I am able to navigate to admin tools section to to create drafts/send emails to all users that are signed up to receive email newsletter.
Users with no staff or Superuser rank :
Not able to access that functinality.
Tasks :
Create model "Newsletter" to store all email adresses of users
Create signal receiver to automatically add users after registration
Create signal receiver from "profilemanager" app that either adds or deletes user from newsletter model based on their settings
As a Site admin, I need to implement Mailing interface to be able to send emails to all users signed up for email communication.
Acceptance Criteria :
Staff/SuperUser :
When I log in with my credentials then I am able to navigate to admin tools section to to create drafts/send emails to all users that are signed up to receive email newsletter.
Users with no staff or Superuser rank :
Not able to access that functinality.
Tasks :
owner.html
templateurls.py
Epic :
EPIC 4
The text was updated successfully, but these errors were encountered: