Edgewall Software

Changes between Version 3 and Version 4 of TracDev/PluginDevelopment/ExtensionPoints/trac.notification.api.IEmailSender


Ignore:
Timestamp:
Dec 6, 2014, 12:24:20 PM (9 years ago)
Author:
Peter Suter
Comment:

Update links to source

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.notification.api.IEmailSender

    v3 v4  
    22
    33||'''Interface'''||''IEmailSender''||'''Since'''||0.12||
    4 ||'''Module'''||''trac.notification''||'''Source'''||[source:trunk/trac/notification.py#L39 notification.py]||
     4||'''Module'''||''trac.notification''||'''Source'''||[source:trunk/trac/notification/api.py#L39 api.py]||
    55
    66The ''IEmailSender'' will be called by the notification system to send notification emails.
     
    4343== Available Implementations ==
    4444
    45  * [source:trunk/trac/notification.py#126 trac.notification.SmtpEmailSender][[br]]
     45 * [source:trunk/trac/notification/api.py#126 trac.notification.SmtpEmailSender][[br]]
    4646   This is the email sender that will use Python's standard ''smtplib'' module and the SMTP server configured in the environment's TracIni [wiki:TracNotification#ConfigurationOptions notification section].
    47  * [source:trunk/trac/notification.py#184 trac.notification.SendmailEmailSender][[br]]
     47 * [source:trunk/trac/notification/api.py#184 trac.notification.SendmailEmailSender][[br]]
    4848   This is the email sender that will use a locally-installed ''sendmail'' program. The path to this program can be configured in the environment's TracIni [wiki:TracNotification#ConfigurationOptions notification section].
    4949