Simple Commit Notifier is a Post-Receive URL implementation to send emails containing commit information.
- Fill in the settings inside the
index.phpfile. - Fill in the
contactsfile with the email addresses you want to send an email to after each commit. There should be only one email address per line. - Fill in the
trusted reposfile with the names of the repositories you want this script to work for. There should be only one repository name per line. - Fill in the
header.htmlandfooter.htmlfiles to prepend and append your emails with some HTML content.