| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Message --+
|
KIDMessage
A message that accepts a named template with arguments.
Example usage:
import turbomail
message = turbomail.KIDMessage(
"from@host.com",
"to@host.com",
"Subject",
"app.templates.mail",
dict()
)
Do not specify message.plain or message.rich content - the template will override what you set. If you wish to hand-produce content, use the Message class.
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Store the additional template and variable information.
|
Automatically generate the plain and rich text content.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 1 11:33:18 2008 | http://epydoc.sourceforge.net |