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