cr-connect-workflow/crc/api
mike cullerton 80f1fc276f Modify api.tools.send_email to accommodate the changes to the api endpoint in api.yml
We now accept subject, address, body (the email message), and possible data.
We now use email_service to send the message, and wrap it with the CR Connect html formatting.

**** We import DEFAULT_SENDER from config.default. Will this be a problem on testing and production? ****
2021-03-11 11:19:02 -05:00
..
__init__.py Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
admin.py Remove Approvals per ticket 183 2021-02-16 09:05:29 -05:00
common.py Merge branch 'dev' into customer-error-messages-192. 2021-03-01 10:29:10 -05:00
data_store.py Move data store base into its own file. 2020-11-18 15:34:50 -05:00
file.py Make sure we get the file we intended 2020-12-07 08:50:20 -05:00
study.py initial checkin of changes for branch 2021-02-24 12:05:06 -05:00
tools.py Modify api.tools.send_email to accommodate the changes to the api endpoint in api.yml 2021-03-11 11:19:02 -05:00
user.py Fixing a bug with the user model. 2021-02-12 09:48:41 -05:00
workflow.py Merge branch 'dev' into bug/225_enum_lookup_same_field_name 2021-03-02 14:15:58 -05:00
workflow_sync.py Merge branch 'dev' into 152-workflow-spec-pull 2021-01-21 12:30:43 -05:00