-
Notifications
You must be signed in to change notification settings - Fork 5
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
Email Implementation on local units #2357
Conversation
|
||
{% endif %} | ||
|
||
{% if global_admin %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if the variable name is correct here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are passed through context variable from this file local_units/management/commands/notify_validators.py
|
||
{% endif %} | ||
|
||
{% if global_admin %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are passed through context variable from this file local_units/management/commands/notify_validators.py
* Email setup for editing local unit * Add email template for create and update local unit * Add email backend * Ad changes for the email template * Email for deprecate and changes on template * Changes in template and commenting out tls service * Add changes for email and create command for notifying regional and global validators * Add tags for regional and global validator * Add notify validators to values file * fix issue on deprecate api * Add api for template preview * Add USE_EMAIL_SMPT flag and last_sent_validator_type in model, Refactor email sending logic * add a comment in email_context * Add minor changes on email smtp * Add email preview api for local units * Add new views for email preview and changes on utils and email task * Changes in email preview api * Update localunit mail template * Fix issue on email preview --------- Co-authored-by: Shreeyash Shrestha <[email protected]>
* Email setup for editing local unit * Add email template for create and update local unit * Add email backend * Ad changes for the email template * Email for deprecate and changes on template * Changes in template and commenting out tls service * Add changes for email and create command for notifying regional and global validators * Add tags for regional and global validator * Add notify validators to values file * fix issue on deprecate api * Add api for template preview * Add USE_EMAIL_SMPT flag and last_sent_validator_type in model, Refactor email sending logic * add a comment in email_context * Add minor changes on email smtp * Add email preview api for local units * Add new views for email preview and changes on utils and email task * Changes in email preview api * Update localunit mail template * Fix issue on email preview --------- Co-authored-by: Shreeyash Shrestha <[email protected]>
Addresses
Changes
Checklist
Things that should succeed before merging.
Release
If there is a version update, make sure to tag the repository with the latest version.