Hai! I am messing about with PHP Mail, and I was wondering what headers I would need to use to stop it going to the junk/spam parts of many emails.
Any help is appreciated! Thanks!
You need to set a timezone.
Put this at the top of the core file:
date_default_timezone_set('America/Los_Angeles');
You can change "America/Los_Angeles" to any timezone.
This pack is a complete pack, all you need to do is extract it into your htdocs and edit the client file. The variables auto set up so you don't need to touch them!