aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/mail-from.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/mail-from.md')
-rw-r--r--docs/cmdline-opts/mail-from.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/cmdline-opts/mail-from.md b/docs/cmdline-opts/mail-from.md
new file mode 100644
index 000000000..96b062501
--- /dev/null
+++ b/docs/cmdline-opts/mail-from.md
@@ -0,0 +1,20 @@
+---
+c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
+Long: mail-from
+Arg: <address>
+Help: Mail from this address
+Protocols: SMTP
+Added: 7.20.0
+Category: smtp
+Multi: single
+See-also:
+ - mail-rcpt
+ - mail-auth
+Example:
+ - --mail-from user@example.com -T mail smtp://example.com/
+---
+
+# `--mail-from`
+
+Specify a single address that the given mail should get sent from.