How can you send email in PHP? Q & A › Category: PHP › How can you send email in PHP? 0 Vote Up Vote Down Admin Staff asked 4 years ago How can you send email in PHP? Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading... 1 Answers 0 Vote Up Vote Down Admin Staff answered 4 years ago The mail() function is used to send email in PHP. bool mail($to,$subject,$message,$header); Share this:TwitterFacebookWhatsAppPinterestLike this:Like Loading...