Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18364
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | "J.O. Aho" <user@example.net> |
| Newsgroups | comp.lang.php |
| Subject | Re: sendmail_path setting |
| Date | Fri, 18 Sep 2020 07:57:20 +0200 |
| Lines | 22 |
| Message-ID | <hsj0i0F42ooU1@mid.individual.net> (permalink) |
| References | <rk1e74$1des$2@gioia.aioe.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net gxtd7EfDda5q1srDdctESgMZxH5RXiEfksFvuhQDgvGBcaAUZ5 |
| Cancel-Lock | sha1:i4mBvCAZOQ6dYoyg7l+sCCFPwtU= |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
| In-Reply-To | <rk1e74$1des$2@gioia.aioe.org> |
| Content-Language | en-US-large |
| Xref | csiph.com comp.lang.php:18364 |
Show key headers only | View raw
On 18/09/2020 06:48, alex wrote:
> $ grep sendmail_path /etc/php/7.4/cli/php.ini
> ;sendmail_path =
>
> it looks like it's not set, though...
>
> $ php -r "echo ini_get('sendmail_path');"
> /usr/sbin/sendmail -t -i
>
> is set.
>
> Strange...
It's the default value, php will try to get it right with the path, in
case it fails, you have the option to set a path if needed.
see https://www.php.net/manual/en/mail.configuration.php
--
//Aho
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
sendmail_path setting alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-09-18 06:48 +0200
Re: sendmail_path setting "J.O. Aho" <user@example.net> - 2020-09-18 07:57 +0200
Re: sendmail_path setting alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-09-18 13:21 +0200
Re: sendmail_path setting Arno Welzel <usenet@arnowelzel.de> - 2020-09-19 15:09 +0200
Re: sendmail_path setting alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-09-20 10:36 +0200
csiph-web