mail-from.d 375 B

12345678910111213
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: mail-from
  4. Arg: <address>
  5. Help: Mail from this address
  6. Protocols: SMTP
  7. Added: 7.20.0
  8. See-also: mail-rcpt mail-auth
  9. Category: smtp
  10. Example: --mail-from user@example.com -T mail smtp://example.com/
  11. Multi: single
  12. ---
  13. Specify a single address that the given mail should get sent from.