How will you send an email using PHP?

Submitted by: Administrator
PHP makes use of mail() function to send an email. This function requires three mandatory arguments that specify the recipient's email address, the subject of the the message and the actual message additionally there are other two optional parameters.

mail( to, subject, message, headers, parameters );
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers