[PHP Warning: mail(): “ sendmail_from” not set in php.ini or custom “From:” header missing

后端 未结 4 1304
挽巷
挽巷 2020-11-30 09:22

I am trying to use PHP\'s mail() function to send a test mail.

$to = \"****@gourab.me\";
$sub = \"Php Mail\";
$msg = \"Test Message From PHP\";

mail($to, $s         


        
4条回答
提交回复
热议问题