mail-from.md (409B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: mail-from 5 Arg: <address> 6 Help: Mail from this address 7 Protocols: SMTP 8 Added: 7.20.0 9 Category: smtp 10 Multi: single 11 See-also: 12 - mail-rcpt 13 - mail-auth 14 Example: 15 - --mail-from user@example.com -T mail smtp://example.com/ 16 --- 17 18 # `--mail-from` 19 20 Specify a single address that the given mail should get sent from.