2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 21:20:36 +08:00
|
|
|
Long: mail-rcpt
|
|
|
|
Arg: <address>
|
2018-01-07 14:04:36 +08:00
|
|
|
Help: Mail to this address
|
2016-11-16 21:20:36 +08:00
|
|
|
Protocols: SMTP
|
|
|
|
Added: 7.20.0
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: smtp
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --mail-rcpt user@example.net smtp://example.com
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: mail-rcpt-allowfails
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: append
|
2016-11-16 21:20:36 +08:00
|
|
|
---
|
2021-12-17 18:02:18 +08:00
|
|
|
Specify a single email address, user name or mailing list name. Repeat this
|
2016-11-16 21:20:36 +08:00
|
|
|
option several times to send to multiple recipients.
|
|
|
|
|
|
|
|
When performing an address verification (VRFY command), the recipient should be
|
|
|
|
specified as the user name or user name and domain (as per Section 3.5 of
|
2023-06-25 16:50:17 +08:00
|
|
|
RFC 5321). (Added in 7.34.0)
|
2016-11-16 21:20:36 +08:00
|
|
|
|
|
|
|
When performing a mailing list expand (EXPN command), the recipient should be
|
|
|
|
specified using the mailing list name, such as "Friends" or "London-Office".
|
|
|
|
(Added in 7.34.0)
|