d747ceabfda7c5a38a9b483268d8962cd4719951
[platform/upstream/curl.git] / docs / cmdline-opts / mail-rcpt.d
1 Long: mail-rcpt
2 Arg: <address>
3 Help: Mail from this address
4 Protocols: SMTP
5 Added: 7.20.0
6 ---
7 Specify a single address, user name or mailing list name. Repeat this
8 option several times to send to multiple recipients.
9
10 When performing a mail transfer, the recipient should specify a valid email
11 address to send the mail to.
12
13 When performing an address verification (VRFY command), the recipient should be
14 specified as the user name or user name and domain (as per Section 3.5 of
15 RFC5321). (Added in 7.34.0)
16
17 When performing a mailing list expand (EXPN command), the recipient should be
18 specified using the mailing list name, such as "Friends" or "London-Office".
19 (Added in 7.34.0)