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);    

...