~petersanchez/wikimain

f6d104e75143870098d4294cdfde99144073a938 — Peter Sanchez 4 years ago f5f86ec
Added link to patchbomb docs
1 files changed, 8 insertions(+), 0 deletions(-)

M hg/email.md
M hg/email.md => hg/email.md +8 -0
@@ 81,6 81,10 @@ looking for information which is suitable for filling out these config fields in
    [extensions]
    patchbomb =

    [email]
    method = smtp  # Can be /path/to/sendmail as well
    from = Your Name <your@email.com>

    [smtp]
    host = mail.example.org
    port = 587


@@ 90,6 94,10 @@ looking for information which is suitable for filling out these config fields in
You can also set your SMTP password as `smtp.password`. If you don't, you
will be prompted for it when it's needed.

For more information, see the [patchbomb extension documentation][patchbomb].

[patchbomb]: https://www.mercurial-scm.org/wiki/PatchbombExtension

## Send the patches along

When you've configured `hg email`, completed your work, and you're ready to send