Changeset 5c68184 for asadb/forms


Ignore:
Timestamp:
Sep 15, 2011, 3:45:10 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
b1a8ea7
Parents:
bd72d5c
git-author:
Alex Dehnert <adehnert@…> (09/15/11 15:39:43)
git-committer:
Alex Dehnert <adehnert@…> (09/15/11 15:45:10)
Message:

Enable BCC'ing asa-db-outgoing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    rbd72d5c r5c68184  
    285285                to=[request_obj.group_email, ],
    286286                cc=[request_obj.officer_email, ],
    287                 #bcc=['asa-db-outgoing@mit.edu', ],
     287                bcc=['asa-db-outgoing@mit.edu', ],
    288288            )
    289289            email.send()
     
    305305                from_email=request.user.email,
    306306                to=[request_obj.officer_email, ],
    307                 #bcc=['asa-db-outgoing@mit.edu', ],
     307                bcc=['asa-db-outgoing@mit.edu', ],
    308308            )
    309309            email.send()
Note: See TracChangeset for help on using the changeset viewer.