wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Auto-logout emails should have a configurable CC field #30

Closed echarlie closed 4 years ago

echarlie commented 6 years ago

From @matthazinski on May 31, 2016 4:35

Copied from original issue: wuvt/wuvt-site#202

echarlie commented 6 years ago

This should probably use the BCC field; I assume the intended use is to notify the FM PD or to open a JIRA ticket automatically. Should be pretty easy to do. Something to the extent of msg['BCC'] = current_app.config['AUTOLOGOUT_CC'] around https://github.com/wuvt/wuvt-site/blob/master/wuvt/trackman/mail.py#L15 should do it, yes?

echarlie commented 4 years ago

let's just log djset timeouts and be done with it.