Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #18364

Re: sendmail_path setting

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: sendmail_path setting
Date 2020-09-18 07:57 +0200
Message-ID <hsj0i0F42ooU1@mid.individual.net> (permalink)
References <rk1e74$1des$2@gioia.aioe.org>

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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