Annotation of embedaddon/curl/docs/cmdline-opts/mail-rcpt.d, revision 1.1

1.1     ! misho       1: Long: mail-rcpt
        !             2: Arg: <address>
        !             3: Help: Mail to 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)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>