Part of lp.registry.mail.teammembership View In Hierarchy
| Class Method | forInvitationToJoinTeam | Create a mailer for notifying about team joining invitations. |
| Class Method | forTeamJoin | Create a mailer for notifying about a new member joining a team. |
| Class Method | forMembershipStatusChange | Create a mailer for a membership status change. |
| Class Method | forExpiringMembership | Create a mailer for warning about expiring membership. |
| Class Method | forSelfRenewal | Create a mailer for notifying about a self-renewal. |
| Method | __init__ | See BaseMailer. |
| Method | _getSubject | See BaseMailer. |
| Method | _getReplyToAddress | See BaseMailer. |
| Method | _getTemplateName | See BaseMailer. |
| Method | _getTemplateParams | See BaseMailer. |
| Method | _getFooter | See BaseMailer. |
Inherited from BaseMailer:
| Method | generateEmail | Generate the email for this recipient. |
| Method | textDelta | Return a textual version of the class delta. |
| Method | sendOne | Send notification to one recipient. |
| Method | sendAll | Send notifications to all recipients. |
| Method | _getFromAddress | Undocumented |
| Method | _getToAddresses | Undocumented |
| Method | _getHeaders | Return the mail headers to use. |
| Method | _addAttachments | Add any appropriate attachments to a MailController. |
| Method | _getBody | Return the complete body to use for this email. |
| Method | _getExpandedFooter | Provide an expanded footer for recipients who have requested it. |
XXX: Guilherme Salgado 2007-05-08: At some point we may want to extend this functionality to allow invites to be sent to users as well, but for now we only use it for teams.
BaseMailer.