blob: d1e6a156157e049784fd5ad2fad65aca8f6a31e0 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: mail-rcpt
4Arg: <address>
5Help: Mail to this address
6Protocols: SMTP
7Added: 7.20.0
8Category: smtp
9Example: --mail-rcpt user@example.net smtp://example.com
10See-also: mail-rcpt-allowfails
11Multi: append
12---
13Specify a single email address, user name or mailing list name. Repeat this
14option several times to send to multiple recipients.
15
16When performing an address verification (VRFY command), the recipient should be
17specified as the user name or user name and domain (as per Section 3.5 of
18RFC5321). (Added in 7.34.0)
19
20When performing a mailing list expand (EXPN command), the recipient should be
21specified using the mailing list name, such as "Friends" or "London-Office".
22(Added in 7.34.0)