The local Development Machine uses msmtp
for sending Mails, which works fine. BUT it does not accept /usr/sbin/sendmail -bs
, it only works with /usr/sbin/sendmail -t
. I can see that I could change this when using other parameters for the SendmailTransport
constructor, but actually I never create an Instance of SendmailTransport - the consumer of the Messenger does this all alone.
How can I change the Sendmail Parameters when using async Mails via Messenger?