Attachments not sent using php mail() function

前端 未结 4 1266

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

4条回答
  •  醉酒成梦
    2021-01-28 02:25

    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.

提交回复
热议问题