I\'m working on file attachment here. The mail function is working fine other than the file field is empty. I have tried using Content-Type: multipart/mixed and som
To better handle emails with PHP you can use this library:
https://github.com/PHPMailer/PHPMailer
There is also the availability to make the minimal installation:
At the very least you will need src/PHPMailer.php. If you're using SMTP, you'll need src/SMTP.php, and if you're using POP-before SMTP, you'll need src/POP3.php.