Deploying to gh-pages from @ PHPMailer/PHPMailer@ab8d4f87a4 🚀
This commit is contained in:
parent
6013cd41f4
commit
c63aee05e2
|
|
@ -1,3 +1,3 @@
|
|||
1741416206
|
||||
30f78b4dc806b8751b98cc6cb6131dbb-phpdoc%3AphpDocumentor-projectDescriptor-filelist-1.0.0-5058f1af8388633f609cadb75a75dc9d
|
||||
1743741672
|
||||
0f81f4de6dfd2d6058f2f36fc781f24f-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
File diff suppressed because one or more lines are too long
|
|
@ -3232,12 +3232,9 @@ Clients that can read HTML will view the normal Body.</p>
|
|||
|
||||
<section class="phpdocumentor-description"><p>Options:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code class="prettyprint">echo</code> Output plain-text as-is, appropriate for CLI</li>
|
||||
<li>
|
||||
<code class="prettyprint">html</code> Output escaped, line breaks converted to <code class="prettyprint"><br></code>, appropriate for browser output</li>
|
||||
<li>
|
||||
<code class="prettyprint">error_log</code> Output to error log as configured in php.ini
|
||||
<li><code class="prettyprint">echo</code> Output plain-text as-is, appropriate for CLI</li>
|
||||
<li><code class="prettyprint">html</code> Output escaped, line breaks converted to <code class="prettyprint"><br></code>, appropriate for browser output</li>
|
||||
<li><code class="prettyprint">error_log</code> Output to error log as configured in php.ini
|
||||
By default PHPMailer will use <code class="prettyprint">echo</code> if run from a <code class="prettyprint">cli</code> or <code class="prettyprint">cli-server</code> SAPI, <code class="prettyprint">html</code> otherwise.
|
||||
Alternatively, you can provide a callable expecting two params: a message string and the debug level:</li>
|
||||
</ul>
|
||||
|
|
@ -11639,18 +11636,12 @@ quoted-printable encoded string.</p>
|
|||
|
||||
<section class="phpdocumentor-description"><p>Validation patterns supported:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code class="prettyprint">auto</code> Pick best pattern automatically;</li>
|
||||
<li>
|
||||
<code class="prettyprint">pcre8</code> Use the squiloople.com pattern, requires PCRE > 8.0;</li>
|
||||
<li>
|
||||
<code class="prettyprint">pcre</code> Use old PCRE implementation;</li>
|
||||
<li>
|
||||
<code class="prettyprint">php</code> Use PHP built-in FILTER_VALIDATE_EMAIL;</li>
|
||||
<li>
|
||||
<code class="prettyprint">html5</code> Use the pattern given by the HTML5 spec for 'email' type form input elements.</li>
|
||||
<li>
|
||||
<code class="prettyprint">noregex</code> Don't use a regex: super fast, really dumb.
|
||||
<li><code class="prettyprint">auto</code> Pick best pattern automatically;</li>
|
||||
<li><code class="prettyprint">pcre8</code> Use the squiloople.com pattern, requires PCRE > 8.0;</li>
|
||||
<li><code class="prettyprint">pcre</code> Use old PCRE implementation;</li>
|
||||
<li><code class="prettyprint">php</code> Use PHP built-in FILTER_VALIDATE_EMAIL;</li>
|
||||
<li><code class="prettyprint">html5</code> Use the pattern given by the HTML5 spec for 'email' type form input elements.</li>
|
||||
<li><code class="prettyprint">noregex</code> Don't use a regex: super fast, really dumb.
|
||||
Alternatively you may pass in a callable to inject your own validator, for example:</li>
|
||||
</ul>
|
||||
<pre class="prettyprint"><code class="language-php">PHPMailer::validateAddress('user@example.com', function($address) {
|
||||
|
|
|
|||
|
|
@ -1099,12 +1099,9 @@ a list of patterns provided in SMTP::$smtp_transaction_id_patterns.</dd>
|
|||
|
||||
<section class="phpdocumentor-description"><p>Options:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<code class="prettyprint">echo</code> Output plain-text as-is, appropriate for CLI</li>
|
||||
<li>
|
||||
<code class="prettyprint">html</code> Output escaped, line breaks converted to <code class="prettyprint"><br></code>, appropriate for browser output</li>
|
||||
<li>
|
||||
<code class="prettyprint">error_log</code> Output to error log as configured in php.ini
|
||||
<li><code class="prettyprint">echo</code> Output plain-text as-is, appropriate for CLI</li>
|
||||
<li><code class="prettyprint">html</code> Output escaped, line breaks converted to <code class="prettyprint"><br></code>, appropriate for browser output</li>
|
||||
<li><code class="prettyprint">error_log</code> Output to error log as configured in php.ini
|
||||
Alternatively, you can provide a callable expecting two params: a message string and the debug level:</li>
|
||||
</ul>
|
||||
<pre class="prettyprint"><code class="language-php">$smtp->Debugoutput = function($str, $level) {echo "debug level $level; message: $str";};
|
||||
|
|
|
|||
Loading…
Reference in New Issue