2
0

mail-rcpt.d 783 B

123456789101112131415161718192021
  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. ---
  12. Specify a single email address, user name or mailing list name. Repeat this
  13. option several times to send to multiple recipients.
  14. When performing an address verification (VRFY command), the recipient should be
  15. specified as the user name or user name and domain (as per Section 3.5 of
  16. RFC5321). (Added in 7.34.0)
  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)