Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.
Class HtmlEmailView
View --+
|
BaseEmailView --+
|
HtmlEmailView
Sends out an email in a style using HTML tables for better readability
with variable-width font (not implemented)
| Method Summary |
| Inherited from BaseEmailView |
| |
__init__(self,
name,
model)
Initializes the the SMTP username to None, header to '', and footer to
'' |
| |
__getitem__(self,
name)
Used to get the 'from' attribute (as it is a keyword) |
| |
execute(self)
Sends the email with commit information |
| |
generateSubject(self,
text)
|
| Inherited from View |
| |
dumpToTestFile(self,
text)
Writes out text to a file called SubClassName.txt |
| |
isTesting(self)
Return whether acceptance testing is being performed |
| |
testFilePath(self)
Return the path of the test dump file |