Software /
code /
prosody
Comparison
doc/hgrc-email.ini @ 13130:0b650a54ff9a
doc/hgrc-email: Example config for using 'hg email' to contribute
The initial setup can be tricky if you don't know what and were settings
should be added.
This should maybe also go into site/doc/contributing
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Jun 2023 16:56:53 +0200 |
comparison
equal
deleted
inserted
replaced
13129:7039d0ec11c3 | 13130:0b650a54ff9a |
---|---|
1 # Settings for using `hg email` | |
2 | |
3 [email] | |
4 # See `hg help config.email` | |
5 to = prosody-dev@googlegroups.com | |
6 | |
7 [smtp] | |
8 # See `hg help config.smtp` | |
9 host = mail.example.com | |
10 port = submission | |
11 tls = starttls | |
12 username = | |
13 | |
14 [extensions] | |
15 # command to send changesets as (a series of) patch emails | |
16 patchbomb = |