mail-auth.md (512B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: mail-auth 5 Arg: <address> 6 Protocols: SMTP 7 Help: Originator address of the original email 8 Added: 7.25.0 9 Category: smtp 10 Multi: single 11 See-also: 12 - mail-rcpt 13 - mail-from 14 Example: 15 - --mail-auth user@example.com -T mail smtp://example.com/ 16 --- 17 18 # `--mail-auth` 19 20 Specify a single address. This is used to specify the authentication address 21 (identity) of a submitted message that is being relayed to another server.