hi i'm using visualsvn server 2.5.4 i'm trying to use email notification with post commit hook by the following code : "%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^ commit-notification "%1" -r %2 ^ --from [email protected] --to [email protected] ^ --smtp-ssl ^ --smtp-server smtp.gmail.com ^ --smtp-port 587 ^ --smtp-user [email protected] ^ --smtp-password passwrd ^
when i commit i get the following errors : post-commit hook failed (exit code 1) with output: VisualSVNServerHooks: E020014: The SMTP server name is required, and was not found in the configuration source. '--smtp-server' is not recognized as an internal or external command, operable program or batch file. '--smtp-port' is not recognized as an internal or external command, operable program or batch file. please help thanks -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/visualsvn?hl=en.

