-
Notifications
You must be signed in to change notification settings - Fork 675
Open
Labels
Description
Hi,
I was able to configure email notifications on push using the following configuration (it works fine):
mail.server = ***
mail.port = ***
mail.username = ***
mail.password = ***
mail.starttls = true
mail.fromAddress = ***
groovy.postReceiveScripts = sendmail.groovy
Then I added a few mirror repositories (manually by git clone --mirror
), they are being displayed and updated just fine in Gitblit. Unfortunately, when Gitblit fetches remote changes from the original repo to the mirror, it doesn't send an email if new commits are there.
Is there a way to enabled email-notifications for mirror repositories?