Using mail() is hard to get right and I'm pretty sure the PHP devs don't intend for it to be called directly. I use a PHP email library called Ultimate Email Toolkit, but there are others like PHP Mailer, Swift Mailer, etc. I recommend using one of those. Some mail hosts do block the mail()...