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