@@ 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