rtfd/in/public/network/curl/email.rst
2019-08-02 09:06:33 +02: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 -