Changes between Initial Version and Version 31 of Ticket #17193


Ignore:
Timestamp:
Feb 4, 2015, 2:34:04 PM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17193

    • Property Needs documentation set
    • Property Needs tests set
    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to julianapplebaum
    • Property Cc Chris Streeter artem.rizhov@… chuck-norris@… cmawebsite@… added
    • Property Patch needs improvement set
  • Ticket #17193 – Description

    initial v31  
    66
    77The docs will look something like this...
    8 
     8{{{
    99  **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):**
    1010    Sends a mail, rendering the subject and body of the email from a template.
     
    3939
    4040    `connection`    - As in `send_mail`.
     41}}}
Back to Top