Hello!
I recently have attempted to install the SVN::Notify Module. I took the
following steps:
- I started with a fresh Perl Installation (ActiveState 5.8.8.822)
- I Installed the SVN::Notify Module by executing the following
instruction: perl -MCPAN -e "install SVN::Notify"
- When I invoke the svnnotify script by using the following command:
C:\svnnotify --repos-path X:\path\to\local\repository --revision 1 --to
email@mydomain.net --from svn-notify@mydomain.net --smtp my.domain.local
I get the following error:
Unable to create Net::SMTP object: Unknown error at
C:/Perl/site/lib/SVN/Notify.pm line 2336.
I am running a Windows 2003 SBS. Can anyone help me resolve this problem?
Seeing as this is an unknown error, its tough for me to diagnose the
problem, not being a Perl expert.
Thanks in advance for all of your help.
Brett