From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Brett Anderson
Sent: 02 June 2008 05:35
To: perl-win32-users@listserv.ActiveState.com
Subject: SVN::Notify Troubles

> 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 PROTECTED] --from svn-
> [EMAIL PROTECTED] --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.

Are you sure that is the exact message? The file on CPAN seems to have
only 2143 lines by my count.

> 
> 
> 
> 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.

I'm not familiar with those modules, but a quick look at the code in
Net::SMTP::new suggests that either there is no SMTP server running on
the specified host, or it doesn't like the default local mail domain
"localhost.localdomain". Possibly your SMTP server requires
authentication, if so you will need to supply the relevant parameters,
as well as installing Net::SMTP_auth.

HTH

-- 
Brian Raven 

=========================================
Atos Euronext Market Solutions Disclaimer
=========================================

The information contained in this e-mail is confidential and solely for the 
intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message do not 
necessarily reflect those of Atos Euronext Market Solutions.

Atos Euronext Market Solutions Limited - Registered in England & Wales with 
registration no. 3962327.  Registered office address at 25 Bank Street London 
E14 5NQ United Kingdom. 
Atos Euronext Market Solutions SAS - Registered in France with registration no. 
425 100 294.  Registered office address at 6/8 Boulevard Haussmann 75009 Paris 
France.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Société de droit anglais, enregistrée au 
Royaume Uni sous le numéro 3962327, dont le siège social se situe 25 Bank 
Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, société par actions simplifiée, enregistré 
au registre dui commerce et des sociétés sous le numéro 425 100 294 RCS Paris 
et dont le siège social se situe 6/8 Boulevard Haussmann 75009 Paris France.
=========================================

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to