Closed
Description
Recently I switched from gogs to gitea (fail2ban, time tracking etc). Now I am struggling with githooks. As discussed here Gogs provides GOGS_AUTH_USER_NAME and GOGS_AUTH_USER_EMAIL as environment variables to githooks. In Gogs I was using git_multimail.py to send out emails to my buddies upon every commit / push.
Is there a possibility to send out emails upon refchanges, containing the Gitea username as a sendername and the useremailaddress as sender?
Would be nice to add something like GITEA_AUTH_USER_NAME and GITEA_AUTH_USER_EMAIL - or document it, if it exists.