in php.ini, I set : sendmail_path = "/usr/local/bin/msmtp -f info@abisy.de -C /var/www/vhosts/abisy.de/.msmtprc -t"
but the EMails sent with php mail() are landing in the spam dir of my mail account. These mails do not contain a sender address
I use the -f option, and additionally I set the From: header in php