Login
Remember
Register
Ask a Question
How can you send email in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
How can you send email in PHP?
#php-send-email
#send-email-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
The mail() function is used to send email in PHP.
bool mail($to,$subject,$message,$header);
...