- Issue created by @aiphes
- π§πͺBelgium michaelsoetaert
Make sure that your hosting supports this. I was having the same issue on Acquia and after some research, I found it only supports the
-t
flag. If your hosting doesn't support the-bs
flag, you can configure a newsendmail
command in yoursettings.php
file.
This is the documentation for Acquia I followed. Had this error.
Easiest way to resolve was to remove "Sendmail" as a transport policy option and add "Native" instead.
Change policy at Home -->Administration -->Configuration -->System-->Mailer policy- Status changed to Fixed
almost 2 years ago 12:09pm 29 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States smillerLA
Is there any more advice on how to fix this on Acquia?
I found this document β that explains adding sendmail commands to settings.php.
But what commands should be added?
- πΊπ¦Ukraine goodboy Kharkiv, Ukraine
I set
$settings['mailer_sendmail_commands'] = ['/usr/sbin/sendmail -t'];
in settings.php and there are no errors, but I can receive emails. My own transport returns an error. Is it possible to send emails to Acquia so that they reach the recipient?