Changes between Initial Version and Version 31 of Ticket #17193
- Timestamp:
- Feb 4, 2015, 2:34:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17193
- Property Needs documentation set
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Cc added
- Property Patch needs improvement set
-
Ticket #17193 – Description
initial v31 6 6 7 7 The docs will look something like this... 8 8 {{{ 9 9 **send_templated_mail(template_name, from_email, recipient_list, dictionary=None, context_instance=None, fail_silently=False, auth_user=None, auth_password=None, connection=None):** 10 10 Sends a mail, rendering the subject and body of the email from a template. … … 39 39 40 40 `connection` - As in `send_mail`. 41 }}}