blob: deabb38b97aeb7d9121960718cd8db15dd897874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.com -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.
|