r847889 | kfogel | 2003-11-20 16:40:26 +0000 (Thu, 20 Nov 2003)
Change a few references from "rev NNNN" to "rNNNN" to sync with the
r7683 changes to Subversion's log output.
Patch by: Matthew Gregan <kinetik@orcon.net.nz>
* tools/hook-scripts/mailer.py,
tools/hook-scripts/propchange-email.pl.in,
tools/hook-scripts/commit-email.pl.in: Use 'rNNNN' rather than 'rev
NNNN' in user-visible output.
r847908 | cmpilato | 2003-11-24 15:53:24 +0000 (Mon, 24 Nov 2003)
Add support for SMTP AUTH in the SMTPOutput class if the user supplies
and username and password.
Patch by: Matthew Gregan <kinetik@orcon.net.nz>
* tools/hook-scripts/mailer/mailer.py:
Use SMTP AUTH in the SMTPOutput class if a username and password
have been supplied in the config file.
* tools/hook-scripts/mailer/mailer.conf.example:
Add example of SMTP AUTH configuration.