Sending via php mail is broken.
-
Hello.
The plugin suddenly stopped seeing the php mail: default (none). A test email is not sent.
I checked the mail function from php – the letter is sent.
<?php
$to = ‘[email protected]’;
$subject = ‘the subject’;
$message = ‘hello’;
$headers = ‘From: [email protected]’ . “\r\n” .
‘Reply-To: [email protected]’ . “\r\n” .
‘X-Mailer: PHP/’ . phpversion();mail($to, $subject, $message, $headers);
?>
I have php7.3-fpm.
Has anyone else observed such problems with the plugin?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Sending via php mail is broken.’ is closed to new replies.