I use my hosting provider's mail server and email formed by my php scripts gets to many x-spam points. Mostly because of broken_headers. How can i fix the headers so my email wouldn't be considered as spam ?
header('Location: thanks/thanks.html');
header('X-mailer:PHP');
that's my php code regarding headers