master-server/deps/curl/docs/cmdline-opts/mail-from.md

21 lines
409 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
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
2024-05-15 15:20:32 -04:00
See-also:
- mail-rcpt
- mail-auth
Example:
- --mail-from user@example.com -T mail smtp://example.com/
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--mail-from`
2023-12-11 20:30:44 -05:00
Specify a single address that the given mail should get sent from.