This commit is contained in:
Marc Beninca 2019-08-25 11:24:03 +02:00
parent c781a567dd
commit 47b2fbfef9
4 changed files with 1 additions and 1 deletions

14
in/public/curl/email.rst Normal file
View file

@ -0,0 +1,14 @@
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 -