How to set up multiple email targets for Post-commit notification in VisualSVNServer?

76 views Asked by At

I am trying to set up multiple email targets for post-commit email notification.

I have tried comma separated emails including quotes and with separate quotes as below.

"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
    commit-notification "%1" -r %2 ^
    --from "[email protected]" --to "[email protected]","[email protected]" ^
    --smtp-server javamail.abcd.com

Email notification should be sent to multiple email ids on commit.

1

There are 1 answers

0
Hrushikesh Salunkhe On BEST ANSWER

Resolved.

Turns out that mailing server I'm using will send emails only to mails with same domain name.