Deploying to gh-pages from @ PHPMailer/PHPMailer@06e6e80713 🚀
This commit is contained in:
parent
07f4108740
commit
42c726c0e3
File diff suppressed because one or more lines are too long
|
|
@ -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";}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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<string|int, string></span>
|
||||
<span class="phpdocumentor-signature__name">$smtp_transaction_id_patterns</span>
|
||||
= <span class="phpdocumentor-signature__default-value">['exim' => '/[\\d]{3} OK id=(.*)/', 'sendmail' => '/[\\d]{3} 2\\.0\\.0 (.*) Message/', 'postfix' => '/[\\d]{3} 2\\.0\\.0 Ok: queued as (.*)/', 'Microsoft_ESMTP' => '/[0-9]{3} 2\\.[\\d]\\.0 (.*)@(?:.*) Queued mail for delivery/', 'Amazon_SES' => '/[\\d]{3} Ok (.*)/', 'SendGrid' => '/[\\d]{3} Ok: queued as (.*)/', 'CampaignMonitor' => '/[\\d]{3} 2\\.0\\.0 OK:([a-zA-Z\\d]{48})/', 'Haraka' => '/[\\d]{3} Message Queued \\((.*)\\)/', 'ZoneMTA' => '/[\\d]{3} Message queued as (.*)/', 'Mailjet' => '/[\\d]{3} OK queued as (.*)/']</span></code>
|
||||
= <span class="phpdocumentor-signature__default-value">['exim' => '/[\d]{3} OK id=(.*)/', 'sendmail' => '/[\d]{3} 2\.0\.0 (.*) Message/', 'postfix' => '/[\d]{3} 2\.0\.0 Ok: queued as (.*)/', 'Microsoft_ESMTP' => '/[0-9]{3} 2\.[\d]\.0 (.*)@(?:.*) Queued mail for delivery/', 'Amazon_SES' => '/[\d]{3} Ok (.*)/', 'SendGrid' => '/[\d]{3} Ok: queued as (.*)/', 'CampaignMonitor' => '/[\d]{3} 2\.0\.0 OK:([a-zA-Z\d]{48})/', 'Haraka' => '/[\d]{3} Message Queued \((.*)\)/', 'ZoneMTA' => '/[\d]{3} Message queued as (.*)/', 'Mailjet' => '/[\d]{3} OK queued as (.*)/']</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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue