Skip to content

rishikeshr/SVNEmails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

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 [email protected] the SVNUSER should hold the exact
name. i.e., SVNUSER:[email protected]
------------

[SERVERCONFIG]
SMTPSERVER:smtp.gmail.com
SMTPSERVERPORT:587


[SVNEMAILUSERCONFIG]
SVNUSER:emailid
SVNUSERPWD:emailpasswd

[MAILERLIST]
TOLIST:[email protected],[email protected]
FROMID:SVN Mail Agent

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages