We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue #1037 added the necessary terraform resources to enable ses support, and verified successful functionality of email sending.
This issue will focus on adding the necessary application code to utilize our new ses resources.
Next steps include:
notifications.py
send_email
notify
generate_computed_file
notifications::send_email
True
The text was updated successfully, but these errors were encountered:
avrohomgottlieb
No branches or pull requests
Context
Issue #1037 added the necessary terraform resources to enable ses support, and verified successful functionality of email sending.
Problem or idea
This issue will focus on adding the necessary application code to utilize our new ses resources.
Solution or next step
Next steps include:
notifications.py
module (with the intention of using it for both ses email and slack messaging logic)send_email
functionnotify
flag to thegenerate_computed_file
management commandnotifications::send_email
in thegenerate_computed_file
management command, which should fire if thenotify
flag is set toTrue
The text was updated successfully, but these errors were encountered: