mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
sendmail_path works under Windows (bug #20610)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164433 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5ab8a8819e
commit
0f41ef388e
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<section id="mail.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -113,6 +113,11 @@
|
|||
<command>qmail-inject</command> does not require any option to
|
||||
process mail correctly.
|
||||
</para>
|
||||
<para>
|
||||
This directive works also under Windows. If set, <varname>smtp</varname>,
|
||||
<varname>smtp_port</varname> and <varname>sendmail_from</varname> are
|
||||
ignored and the specified command is executed.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue