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