Subject: | Implement option --smtp-port in svnnotify |
I need to make svnnotify send e-mail via SMTP to a server listening on port 465. I couldn't find a way to specify this via
the command line. So, I made the attached patch to SVN/Notify.pm version 2.79.
(I've seen that issue #40188 implements the same thing in its proposed patch. However, that patch deals with other things in
order to make it possible to use SMTP over SSL. Which, incidentally, is exactly what I need to do. The SSL part I was able
to do making SVN::Notify talk with a stunnel daemon which intermediates its conversation with Google's SMTP servers. But I
needed it to talk with local port 465. Hence this smaller patch.)