Hi,
I wanna ask some questions..

I want to make my visualsvn send email when post commit done..
I have succeeded send to an email with script like this :

"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
    commit-notification "%1" -r %2 ^
    --from <myemail>@gmail.com --to <another_email>@gmail.com ^
    --smtp-server smtp.gmail.com ^
    --smtp-ssl ^
    --smtp-port 465 ^
    --smtp-user <myemail>@gmail.com ^
    --smtp-password <myemail_password>

Now, I want to send to multiple email (more than one recipient)..
Can I do that ??
How does the script if I want to make it happen ??

Thank you before..

Regards,
Didit.

Reply via email to