blob: 96b062501be6ceca0a364eda4fd577b785d4f4c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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
Category: smtp
Multi: single
See-also:
- mail-rcpt
- mail-auth
Example:
- --mail-from user@example.com -T mail smtp://example.com/
---
# `--mail-from`
Specify a single address that the given mail should get sent from.
|