summaryrefslogtreecommitdiff
path: root/tools/patman/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-06-19 09:56:07 -0600
committerSimon Glass <sjg@chromium.org>2018-06-23 08:03:43 -0600
commita60aedfd31722f835dc834f9f2f60882beb96991 (patch)
tree2317644f1ff2173cd8fc9f8c6b0449e70a86b249 /tools/patman/README
parentfe6ef1e9bacac98747e8b88d6a7f786db511a8d6 (diff)
patman: Support using a particular SMTP server
Some environments require providing the '--smtp-server' argument to 'git send-email'. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/patman/README')
-rw-r--r--tools/patman/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patman/README b/tools/patman/README
index 606780e2ed..7917fc8bdc 100644
--- a/tools/patman/README
+++ b/tools/patman/README
@@ -107,6 +107,7 @@ patman.py. For reference, the useful ones (at the moment) shown below
ignore_errors: True
process_tags: False
verbose: True
+smtp_server: /path/to/sendmail
<<<