All the Notifications will sub-class this one and implement a notification
type.
Methods
|
|
getRawMessage
getSMTPServerName
getSMTPServerPort
notifyRecipients
sendMail
|
|
getRawMessage
|
getRawMessage ( self, infos )
Renders an RFC822 compliant message.
|
|
getSMTPServerName
|
getSMTPServerName ( self )
Returns the name of the SMTP server
|
|
getSMTPServerPort
|
getSMTPServerPort ( self )
Returns the port for the smtp host
|
|
notifyRecipients
|
notifyRecipients ( self, **kw )
Notify recipients
This method will be called by the Subscription object.
|
|
sendMail
|
sendMail ( self, mail_infos )
Send a mail
mail_infos contains all the needed information
|