i've tested my spamscore on https://www.mail-tester.com/. It was good, but as an aprovement it suggested :
Your message does not contain a List-Unsubscribe header The List-Unsubscribe header is required if you send mass emails, it enables the user to easily unsubscribe from your mailing list.
How do I add this to a native mail();
function of PHP. Or is it even possible this way? (I cannot find one single simple example on the www).
You can add additional headers with the mail() function.