I get error “Failed to Receive” when i use mail() in php

前端 未结 2 789
野趣味
野趣味 2021-01-24 14:37
$strBody=\"
2条回答
  •  滥情空心
    2021-01-24 15:14

    $to= $_SESSION['email']; Are you sure that your session contains correct e-mail address? Try to debug it. Maybe you forgot session_start before any output?

提交回复
热议问题