curl/docs/cmdline-opts/mail-auth.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
512 B
Markdown
Raw Normal View History

---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
2016-11-16 21:20:36 +08:00
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.com -T mail smtp://example.com/
2016-11-16 21:20:36 +08:00
---
# `--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.