mail-rcpt.d 789 B

12345678910111213141516171819202122
  1. c: Copyright (C) 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. When performing an address verification (**VRFY** command), the recipient should be
  16. specified as the user name or user name and domain (as per Section 3.5 of
  17. RFC 5321). (Added in 7.34.0)
  18. When performing a mailing list expand (EXPN command), the recipient should be
  19. specified using the mailing list name, such as "Friends" or "London-Office".
  20. (Added in 7.34.0)