xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: mail-from | ||||
4 | Arg: <address> | ||||
5 | Help: Mail from this address | ||||
6 | Protocols: SMTP | ||||
7 | Added: 7.20.0 | ||||
8 | See-also: mail-rcpt mail-auth | ||||
9 | Category: smtp | ||||
10 | Example: --mail-from user@example.com -T mail smtp://example.com/ | ||||
11 | Multi: single | ||||
12 | --- | ||||
13 | Specify a single address that the given mail should get sent from. |