You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony uses Swiftmailer, which will try to call /usr/sbin/sendmail by default.
/usr/sbin/sendmail is not symlinked by ScotchBox, but even if you manually add the link it doesn't work. Swiftmail will default the sendmail flag to -bs, which is currently unsupported by mhsendmail. I've opened an issue in the mhsendmail repo, but in the meanwhile this fix worked for me:
Symfony uses Swiftmailer, which will try to call
/usr/sbin/sendmail
by default./usr/sbin/sendmail
is not symlinked by ScotchBox, but even if you manually add the link it doesn't work. Swiftmail will default the sendmail flag to-bs
, which is currently unsupported by mhsendmail. I've opened an issue in the mhsendmail repo, but in the meanwhile this fix worked for me:The text was updated successfully, but these errors were encountered: