r/gitea: Configure SMTP mailer
Gitea needs SMTP configuration in order to send e-mail notifications about e.g. pull requests. The `gitea_smtp` variable can be defined to enable this feature.
This commit is contained in:
@@ -10,3 +10,8 @@ sshd_config_matches:
|
||||
|
||||
burp_backup:
|
||||
- include: /var/lib/gitea
|
||||
|
||||
gitea_smtp:
|
||||
from: gitea@pyrocufflink.net
|
||||
addr: mail.pyrocufflink.blue
|
||||
port: 25
|
||||
|
||||
Reference in New Issue
Block a user