mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
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
16 lines
293 B
INI
16 lines
293 B
INI
# Settings for using `hg email`
|
|
|
|
[email]
|
|
# See `hg help config.email`
|
|
to = prosody-dev@googlegroups.com
|
|
|
|
[smtp]
|
|
# See `hg help config.smtp`
|
|
host = mail.example.com
|
|
port = submission
|
|
tls = starttls
|
|
username =
|
|
|
|
[extensions]
|
|
# command to send changesets as (a series of) patch emails
|
|
patchbomb =
|