send attachment from form with phpmailer not working

前端 未结 1 1903
情歌与酒
情歌与酒 2021-01-22 07:07

After searching stackoverflow i didnt get any answer to my problem. The problems is that i have a form with upload button so when the user submits a file that will be emailed to

1条回答
  •  情歌与酒
    2021-01-22 07:41

    Solve one problem at a time: fix your upload first, then worry about emailing it. You need to call move_uploaded_file for safety, check that it's all OK, and then try to send it. There is an example provided with PHPMailer that does exactly what you need.

    0 讨论(0)
提交回复
热议问题