app/soc/logic/mail_dispatcher.py
changeset 509 e8acc0a907fb
parent 484 6364f8b0656b
child 607 7e560d8cc035
equal deleted inserted replaced
508:2b90baceac88 509:e8acc0a907fb
    80   Args:
    80   Args:
    81     template: the template (or search list of templates) to use
    81     template: the template (or search list of templates) to use
    82     context: The context supplied to the template and email (dictionary)
    82     context: The context supplied to the template and email (dictionary)
    83   
    83   
    84   Raises:
    84   Raises:
    85     Error that corresponds with the first problem it finds ff the message 
    85     Error that corresponds with the first problem it finds iff the message 
    86     is not properly initialized.
    86     is not properly initialized.
    87 
    87 
    88     List of all possible errors:
    88     List of all possible errors:
    89       http://code.google.com/appengine/docs/mail/exceptions.html
    89       http://code.google.com/appengine/docs/mail/exceptions.html
    90   """
    90   """
   100   
   100   
   101   Args:
   101   Args:
   102     context : The context supplied to the email message (dictionary)
   102     context : The context supplied to the email message (dictionary)
   103 
   103 
   104   Raises:
   104   Raises:
   105     Error that corresponds with the first problem it finds ff the message 
   105     Error that corresponds with the first problem it finds iff the message 
   106     is not properly initialized.
   106     is not properly initialized.
   107 
   107 
   108     List of all possible errors:
   108     List of all possible errors:
   109       http://code.google.com/appengine/docs/mail/exceptions.html
   109       http://code.google.com/appengine/docs/mail/exceptions.html
   110   """
   110   """