dongshungai4857 2017-02-02 12:03
浏览 56

使用localhost在php中发送电子邮件

I am having a bit of a problem getting to send an email from the localhost and kindly need your help. This is the error message I have been getting:

Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\xampp\htdocs\email\send_mail.php on line 22.

This is my php.ini file

This is my sendmail.php file

This is my sendmail.ini file

Please assist

  • 写回答

2条回答 默认 最新

  • duanli0162 2017-02-02 12:22
    关注

    Your mail format is wrong

    mail($email_address,$subject,$msg,$header);
    
    评论

报告相同问题?