Changeset 6dfcd66 for asadb/util/emails.py
- Timestamp:
- Mar 29, 2012, 4:32:11 AM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- fb54faf
- Parents:
- 05f5712
- git-author:
- Alex Dehnert <adehnert@…> (03/29/12 04:32:11)
- git-committer:
- MIT Association of Student Activities <asa@…> (03/29/12 04:32:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/util/emails.py
r55ffcd1 r6dfcd66 4 4 5 5 def email_from_template(tmpl, context, 6 subject, to=[], cc=[], from_email= 'asa-db@mit.edu', ):6 subject, to=[], cc=[], from_email=None, ): 7 7 tmpl_obj = get_template(tmpl) 8 8 ctx = Context(context)
Note: See TracChangeset
for help on using the changeset viewer.