aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/mail-auth.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/mail-auth.md')
-rw-r--r--docs/cmdline-opts/mail-auth.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/cmdline-opts/mail-auth.md b/docs/cmdline-opts/mail-auth.md
new file mode 100644
index 000000000..3692c1596
--- /dev/null
+++ b/docs/cmdline-opts/mail-auth.md
@@ -0,0 +1,21 @@
+---
+c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
+Long: mail-auth
+Arg: <address>
+Protocols: SMTP
+Help: Originator address of the original email
+Added: 7.25.0
+Category: smtp
+Multi: single
+See-also:
+ - mail-rcpt
+ - mail-from
+Example:
+ - --mail-auth user@example.come -T mail smtp://example.com/
+---
+
+# `--mail-auth`
+
+Specify a single address. This is used to specify the authentication address
+(identity) of a submitted message that is being relayed to another server.