Sending email in php using localhost
问题 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. Please assist 回答1: Your mail format is wrong mail($email_address,$subject,$msg,$header); 回答2: To send email using localhost you need to configure localhost to send emails. The followings steps are to send email