67697b5076
Email Script: - The email script now accepts 3 keyword arguments; subject, recipients, and cc. - Subject and recipients are required. - Recipients (and cc) can be an email address or list of addresses. - You can use the string 'associated' in place of an email address, in which case we look up the users associated with a study that have send_email set to True. - Moved some helper methods to email_service. Email Service: - Added cc argument - Added helper methods previously in email script. - Modified get_rendered_content to accept message and data directly. Previously, we passed in the task and grabbed them from there. Now we can use the method outside a task. |
||
---|---|---|
.. | ||
__init__.py | ||
complete_template.py | ||
data_store_base.py | ||
email.py | ||
fact_service.py | ||
failing_script.py | ||
get_study_associate.py | ||
get_study_associates.py | ||
is_file_uploaded.py | ||
ldap.py | ||
script.py | ||
study_data_get.py | ||
study_data_set.py | ||
study_info.py | ||
update_study.py | ||
update_study_associate.py | ||
update_study_associates.py | ||
user_data_get.py | ||
user_data_set.py |