curl/email
This commit is contained in:
parent
3312770c58
commit
b2d5dce67d
3 changed files with 21 additions and 0 deletions
14
in/public/network/curl/email.rst
Normal file
14
in/public/network/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
in/public/network/curl/index.rst
Normal file
6
in/public/network/curl/index.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
curl
|
||||
====
|
||||
|
||||
.. toctree::
|
||||
|
||||
email
|
|
@ -5,6 +5,7 @@ Network
|
|||
:maxdepth: 2
|
||||
|
||||
bind/index
|
||||
curl/index
|
||||
hosts/index
|
||||
isc-dhcp-server/index
|
||||
unbound/index
|
||||
|
|
Loading…
Reference in a new issue