Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connection to "process /usr/sbin/sendmail -bs" has been closed unexpectedly

I have updated my Laravel version 5.4 to version 9. After that, the project is working fine, apart from sending emails.

Connection to "process /usr/bin/sendmail -bs" has been closed unexpectedly

like image 291
Anand Jangjude Avatar asked Sep 06 '25 03:09

Anand Jangjude


1 Answers

Please look at https://talk.plesk.com/threads/removal-of-bs-option-from-plesk-sendmail-wrapper.365077/

As long as the plesk guys aren't able to deliver a stable interface to their sendmail binary, you can fiddle around with command line options that will stop working without any notice. Or probably you'll better use native PHP transport (https://symfony.com/doc/5.4/mailer.html#using-built-in-transports).

like image 102
Name Avatar answered Sep 09 '25 19:09

Name