Changeset 3bca03c for asadb/space/diffs.py
- Timestamp:
- Aug 16, 2015, 3:03:07 PM (10 years ago)
- Branches:
- master, stable
- Children:
- 63aea04
- Parents:
- 798afa8
- git-author:
- Alex Dehnert <adehnert@…> (08/16/15 15:03:07)
- git-committer:
- Alex Dehnert <adehnert@…> (08/16/15 15:03:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/space/diffs.py
r27e09a9 r3bca03c 315 315 changed_groups.append((group_info.group, systems_changes['cac-card'], group_office_changes, group_info.locker_messages, )) 316 316 317 asa_rcpts = ['asa-space @mit.edu', 'asa-db@mit.edu',]317 asa_rcpts = ['asa-space-access@mit.edu'] 318 318 if cac_chars > 0 or cac_locker_msgs: 319 319 util.emails.email_from_template( … … 323 323 to=['caclocks@mit.edu'], 324 324 cc=asa_rcpts, 325 from_email='asa-db-auto@mit.edu', 325 326 ).send() 326 327 group_email_cc = asa_rcpts + ['caclocks@mit.edu'] … … 336 337 to=[group.officer_email], 337 338 cc=group_email_cc, 339 from_email='asa-db-auto@mit.edu', 338 340 ).send() 339 341
Note: See TracChangeset
for help on using the changeset viewer.