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 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages