rishikeshr/SVNEmails
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project deals with sending post commit notifications to the required subscribers. The script requires configuration information as below. This could be setup in a seperate .cfg file. Note: The SVNUSER is the email id for the user. so for someone with an email id of james.bond@gmail.com the SVNUSER should hold the exact name. i.e., SVNUSER:james.bond@gmail.com ------------ [SERVERCONFIG] SMTPSERVER:smtp.gmail.com SMTPSERVERPORT:587 [SVNEMAILUSERCONFIG] SVNUSER:emailid SVNUSERPWD:emailpasswd [MAILERLIST] TOLIST:test@test.com,who@who.com FROMID:SVN Mail Agent