Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #64368, comment 10


Ignore:
Timestamp:
12/06/2025 11:06:05 PM (6 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64368, comment 10

    v1 v2  
    1010@studiomondiale told me that when he run `$phpmailer-isSendMail()` he got this error:
    1111
    12 ```
     12{{{
    1313Could not execute: /usr/sbin/sendmail -finfo@domain.name -t -i
    14 ```
     14}}}
    1515
    1616But it works for him having this `sendmail_path`
    1717
    18 ```
     18{{{
    1919sendmail_path = /usr/sbin/sendmail -finfo@domain.name -t -i
    20 ```
     20}}}
    2121
    2222My only theory is that his web host have the `popen` restricted because, regardless of the `Sender` change, if using `$phpmailer->isSendmail` should have worked as if it will technically execute the same (and is one of the recommended actions in PHPMailer).