Deploying to gh-pages from @ PHPMailer/PHPMailer@06e6e80713 🚀

This commit is contained in:
Synchro 2024-05-16 08:22:49 +00:00
parent 07f4108740
commit 42c726c0e3
19 changed files with 21 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
1715283361
43ad38c4840184b22ef377401bc9590c-phpdoc%3AphpDocumentor-projectDescriptor-filelist-1.0.0-5058f1af8388633f609cadb75a75dc9d
1718477511
bc378fe080fa5c1b1c9f2f7b81398a11-phpdoc%3AphpDocumentor-projectDescriptor-filelist-1.0.0-5058f1af8388633f609cadb75a75dc9d
a:7:{i:0;s:70:"phpDocumentor-projectDescriptor-files-5f8e078be864ed8486fddbad05b27d06";i:1;s:70:"phpDocumentor-projectDescriptor-files-5235e770a4a6db6cf3d02263b2c58729";i:2;s:70:"phpDocumentor-projectDescriptor-files-2dc906e99780fd5299d3f0954ff1ed56";i:3;s:70:"phpDocumentor-projectDescriptor-files-347419032ebb0654765c31130abccad8";i:4;s:70:"phpDocumentor-projectDescriptor-files-24a3edc89af44219bd2d3fb9edb94965";i:5;s:70:"phpDocumentor-projectDescriptor-files-c90d79f50e3ca043ff7de62a53564098";i:6;s:70:"phpDocumentor-projectDescriptor-files-fa0ad41a437e10860d0043f1cb605570";}

File diff suppressed because one or more lines are too long

View File

@ -9065,7 +9065,7 @@ $plain = $mail->html2text($html, function($html) {
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>Any boolean value to use the internal converter,
or provide your own callable for custom conversion.
<em>Never</em> pass user-supplied data into this parameter</p>
Never* pass user-supplied data into this parameter</p>
</section>
</dd>

View File

@ -1566,7 +1566,7 @@ If null, no HELO/EHLO string has yet been received.</p>
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, string&gt;</span>
<span class="phpdocumentor-signature__name">$smtp_transaction_id_patterns</span>
= <span class="phpdocumentor-signature__default-value">[&#039;exim&#039; =&gt; &#039;/[\\d]{3} OK id=(.*)/&#039;, &#039;sendmail&#039; =&gt; &#039;/[\\d]{3} 2\\.0\\.0 (.*) Message/&#039;, &#039;postfix&#039; =&gt; &#039;/[\\d]{3} 2\\.0\\.0 Ok: queued as (.*)/&#039;, &#039;Microsoft_ESMTP&#039; =&gt; &#039;/[0-9]{3} 2\\.[\\d]\\.0 (.*)@(?:.*) Queued mail for delivery/&#039;, &#039;Amazon_SES&#039; =&gt; &#039;/[\\d]{3} Ok (.*)/&#039;, &#039;SendGrid&#039; =&gt; &#039;/[\\d]{3} Ok: queued as (.*)/&#039;, &#039;CampaignMonitor&#039; =&gt; &#039;/[\\d]{3} 2\\.0\\.0 OK:([a-zA-Z\\d]{48})/&#039;, &#039;Haraka&#039; =&gt; &#039;/[\\d]{3} Message Queued \\((.*)\\)/&#039;, &#039;ZoneMTA&#039; =&gt; &#039;/[\\d]{3} Message queued as (.*)/&#039;, &#039;Mailjet&#039; =&gt; &#039;/[\\d]{3} OK queued as (.*)/&#039;]</span></code>
= <span class="phpdocumentor-signature__default-value">[&#039;exim&#039; =&gt; &#039;/[\d]{3} OK id=(.*)/&#039;, &#039;sendmail&#039; =&gt; &#039;/[\d]{3} 2\.0\.0 (.*) Message/&#039;, &#039;postfix&#039; =&gt; &#039;/[\d]{3} 2\.0\.0 Ok: queued as (.*)/&#039;, &#039;Microsoft_ESMTP&#039; =&gt; &#039;/[0-9]{3} 2\.[\d]\.0 (.*)@(?:.*) Queued mail for delivery/&#039;, &#039;Amazon_SES&#039; =&gt; &#039;/[\d]{3} Ok (.*)/&#039;, &#039;SendGrid&#039; =&gt; &#039;/[\d]{3} Ok: queued as (.*)/&#039;, &#039;CampaignMonitor&#039; =&gt; &#039;/[\d]{3} 2\.0\.0 OK:([a-zA-Z\d]{48})/&#039;, &#039;Haraka&#039; =&gt; &#039;/[\d]{3} Message Queued \((.*)\)/&#039;, &#039;ZoneMTA&#039; =&gt; &#039;/[\d]{3} Message queued as (.*)/&#039;, &#039;Mailjet&#039; =&gt; &#039;/[\d]{3} OK queued as (.*)/&#039;]</span></code>
<section class="phpdocumentor-description"><p>The first capture group in each regex will be used as the ID.
MS ESMTP returns the message ID, which may not be correct for internal tracking.</p>