rtfd/docs/public/curl/email.rst

15 lines
252 B
ReStructuredText
Raw Normal View History

2019-08-02 07:06:33 +00:00
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 -