in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
14
docs/public/curl/email.rst
Normal file
14
docs/public/curl/email.rst
Normal 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 -
|
6
docs/public/curl/index.rst
Normal file
6
docs/public/curl/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
curl
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
|
||||
email
|
Loading…
Add table
Add a link
Reference in a new issue