Determine the subject for the email. If you want to specify a subject line which is record-dependent, override this method.
(self, record)
| 1070 | self.timeout = timeout |
| 1071 | |
| 1072 | def getSubject(self, record): |
| 1073 | """ |
| 1074 | Determine the subject for the email. |
| 1075 | |
| 1076 | If you want to specify a subject line which is record-dependent, |
| 1077 | override this method. |
| 1078 | """ |
| 1079 | return self.subject |
| 1080 | |
| 1081 | def emit(self, record): |
| 1082 | """ |