help/rtfd/public/curl/email.rst
2021-12-11 15:32:21 +01:00

14 lines
252 B
ReStructuredText

Send email
==========
.. code:: shell
curl \
--verbose \
--insecure \
--ssl-reqd \
--url "smtp://sub.domain.tld" \
--mail-from "first.last@sub.domain.tld" \
--mail-rcpt "first.last@sub.domain.tld" \
--user "login:password" \
--upload-file -