Skip to content

Commit

Permalink
Automated deployment: Tue Nov 19 11:18:47 UTC 2024 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede committed Nov 19, 2024
1 parent eaf5538 commit a76b906
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,5 @@ <h5 class="modal-title">Search</h5>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-18 10:48:28.235107+00:00
Build Date UTC : 2024-11-19 11:18:47.237614+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://docs.dotkernel.org/dot-mail/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v4/configuration/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v4/installation/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v4/overview/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v4/transports/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v4/usage/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v5/configuration/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v5/installation/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v5/overview/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v5/transports/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
<url>
<loc>https://docs.dotkernel.org/dot-mail/v5/usage/</loc>
<lastmod>2024-11-18</lastmod>
<lastmod>2024-11-19</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
4 changes: 0 additions & 4 deletions v5/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,6 @@ <h2 id="transport-configuration">Transport configuration</h2>
<blockquote>
<p>The configured path must be a writable directory</p>
</blockquote>
<pre class="highlight"><code class="language-php">'file_options' =&gt; [
'path' =&gt; 'data/mail/output',
//'callback' =&gt; null,
],</code></pre>
<h2 id="logging-configuration">Logging configuration</h2>
<p>Uncommenting the <code>dot-mail.log</code> key will save a copy of all sent emails' subject, recipient addresses, cc and bcc addresses alongside a timestamp.
In order to enable it, make sure that your <code>mail.local.php</code> has the below <code>log</code> configuration under the <code>dot_mail</code> key:</p>
Expand Down
2 changes: 1 addition & 1 deletion v5/transports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h1 id="transports">Transports</h1>
<blockquote>
<p>Feel free to use any custom transport you desire, provided it implements the mentioned <code>TransportInterface</code>.</p>
</blockquote>
<p><code>Sendmail</code> is a wrapper over PHP's <code>mail()</code> function, and as such has a different behaviour on Windows than on <em>nix systems. Using sendmail on Windows </em><em>will not work in combination with</em>* <code>addBcc()</code>.</p>
<p>PHP's <code>mail()</code> function is a wrapper over <code>Sendmail</code>, and as such has a different behaviour on Windows than on <em>nix systems. Using sendmail on Windows </em><em>will not work in combination with</em>* <code>addBcc()</code>.</p>
<ul>
<li>Note: emails sent using the sendmail transport will be more often delivered to SPAM.</li>
</ul>
Expand Down

0 comments on commit a76b906

Please sign in to comment.