Hi Ryan, Thanks a lot for your reply. so far I did search those tools such as commit_malier.py, svnmailer, SVN-Notify, all are required a lot of scripts writing, I do not find any tool with GUI that easily for administrator to do a setup and configure email notification.
Any idea will be much appreciated! Regards, Zhao Wei -----Original Message----- From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com] Sent: Wednesday, 8 November, 2017 3:05 AM To: Zhaowei Mao <zhaowei....@weikegroup.com> Cc: Subversion Users <users@subversion.apache.org> Subject: Re: SVN server email notification function (SMTP) and How To configure it On Nov 7, 2017, at 04:35, Zhaowei Mao wrote: > We use SVN server (CollabNetSubversion-server-1.5.5-1.win32) for years, I’d > like to configure email notification on server so that may trace any > changes in repositories. It is very likely that commit_email.pl is bundled > with Subversion, which allow administrator to configure it in hook (use > post commit hook) in repository. > > Other than email.pl, can anyone recommend any SMTP component or mailer > works for SVN but allow administrator to do configuration via GUI? As you can see at the top of the script: https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/commit-email.pl.in commit-email.pl is deprecated. The replacement is mailer.py: https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/mailer.py