Sending emails in PHP are very common. PHP has pre inbuilt mail() function. You can send email using PHP mail() function easily. Basic syntax of mail function in PHP given below:- mail(to, subject, message, headers, parameters) Let’s understand the parameters mentioned in mail function. To: used for Recipient email id. Subject: used for email subject