-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 763dd33 to master with MkDocs 1.6.1 and mike 2.1.3
- Loading branch information
1 parent
c2c4044
commit 1b7aaa8
Showing
4 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -745,7 +745,7 @@ <h2 id="available-settings">Available Settings:</h2> | |
<td><code>SMTP_RECIPIENTS</code></td> | ||
<td><code>string[]</code></td> | ||
<td style="text-align: center;"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2c1.85 0 3.55.78 4.9 2.1l1.7-2.17 1.58 1.23-1.98 2.52C19.33 7.41 20 9.6 20 12c0 5.5-3.58 10-8 10-1.85 0-3.55-.78-4.9-2.1l-1.7 2.17-1.58-1.23 1.98-2.52C4.67 16.59 4 14.4 4 12 4 6.5 7.58 2 12 2m0 2c-3.31 0-6 3.58-6 8 0 1.73.41 3.33 1.11 4.64l8.56-10.97C14.66 4.62 13.38 4 12 4m0 16c3.31 0 6-3.58 6-8 0-1.73-.41-3.33-1.11-4.64L8.33 18.33C9.34 19.38 10.62 20 12 20"/></svg></span></td> | ||
<td>A colon-separated list of recipient adresses</td> | ||
<td>A comma-separated list of recipient adresses</td> | ||
</tr> | ||
<tr> | ||
<td><code>SMTP_PORT</code></td> | ||
|
@@ -790,7 +790,7 @@ <h2 id="example">Example</h2> | |
<span class="w"> </span><span class="nt">SMTP_HOSTNAME</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">smtp.example.com</span> | ||
<span class="w"> </span><span class="nt">SMTP_USETLS</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">1</span> | ||
<span class="w"> </span><span class="c1"># SMTP_PORT: 465 # (1)</span> | ||
<span class="w"> </span><span class="nt">SMTP_RECIPIENTS</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected]:[email protected]</span> | ||
<span class="w"> </span><span class="nt">SMTP_RECIPIENTS</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected],[email protected]</span> | ||
<span class="w"> </span><span class="c1"># SMTP_USERNAME: # (2)</span> | ||
<span class="w"> </span><span class="c1"># SMTP_PASSWORD:</span> | ||
<span class="w"> </span><span class="nt">SMTP_FROM</span><span class="p">:</span><span class="w"> </span><span class="s">"Dolce</span><span class="nv"> </span><span class="s">Container</span><span class="nv"> </span><span class="s">Monitor</span><span class="nv"> </span><span class="s"><[email protected]>"</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters