smtp
This commit is contained in:
parent
0d0da02eb1
commit
b88b8cff79
3 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,3 @@ Network
|
|||
:maxdepth: 2
|
||||
|
||||
hosts/index
|
||||
smtp/index
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
smtp
|
||||
====
|
||||
|
||||
Email with attachment
|
||||
---------------------
|
||||
|
||||
::
|
||||
|
||||
Content-Type: multipart/mixed; boundary="${separator}"; charset="utf8"
|
||||
From: first.last@sub.domain.tld
|
||||
To: first.last@sub.domain.tld
|
||||
Subject: Email subject
|
||||
--${separator}
|
||||
Content-Type: text/plain; charset="utf8"
|
||||
|
||||
Email body
|
||||
--${separator}
|
||||
Content-Disposition: attachment; filename="file name"
|
||||
Content-Transfer-Encoding: base64
|
||||
Content-Type: application/octet-stream
|
||||
|
||||
${base64}
|
||||
--${separator}--
|
Loading…
Add table
Add a link
Reference in a new issue