| 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 |
|||
|
|||
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Jul 24 11:43:53 2007 | http://epydoc.sourceforge.net |