0 votes
in PHP by
How can you send email in PHP?

1 Answer

0 votes
by

The mail() function is used to send email in PHP.

bool mail($to,$subject,$message,$header);    

Related questions

0 votes
asked Aug 17, 2023 in iSecurity by rajeshsharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...