I am using commit-notification command in post-commit hook, it works fine but the email dosn't contain the author for the commits. Here is my script:
"<visualsvnpath>\bin\VisualSVNServerHooks.exe" ^
commit-notification "%1" -r %2 ^
--from myemail.com --to anothermail.com ^
--smtp-server smtpserver ^
--smtp-port 25 ^
--smtp-user someone@company.com ^
--smtp-password password
Is there any way to add author in the mail notification?