| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
RecipientMatcher Matches user names and email addresses. |
|
|
EmailDistributor Distributes notification events as emails. |
|
|
SmtpEmailSender E-mail sender connecting to an SMTP server. |
|
|
SendmailEmailSender E-mail sender using a locally-installed sendmail program. |
|
|
SessionEmailResolver Gets the email address from the user preferences / session. |
|
|
AlwaysEmailSubscriber Implement a policy to -always- send an email to a certain address. |
|
|
FromAuthorEmailDecorator Implement a policy to use the author of the event as the sender in notification emails. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
MAXHEADERLEN = 76
|
|
EMAIL_LOOKALIKE_PATTERN =
|
|
| Function Details |
Create an appropriate email charset for the given encoding. Valid options are 'base64' for Base64 encoding, 'qp' for Quoted-Printable, and 'none' for no encoding, in which case mails will be sent as 7bit if the content is all ASCII, or 8bit otherwise. |
Create an email Header. The See set_header() for a helper that sets a header directly on a message. |
Create and add or replace a header in a MIMEMultipart. The The Example:
set_header(my_message, 'From', ('Trac', 'noreply@ourcompany.com'),
my_charset)
|
Create an email MIMEMultipart. The The most common examples are:
The MIMEMultipart is defined in the |
|
Generate a predictable, but sufficiently unique message ID. In case you want to set the "Message ID" header, this convenience function will generate one by running a hash algorithm over a number of properties.
|
Get the author name and email from a given The The method returns a tuple that contains the name and email address
of the user. For example: |
| Variables Details |
EMAIL_LOOKALIKE_PATTERN
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:08 2023 | http://epydoc.sourceforge.net |