Using PHPMailer library HTML form data is converted into email by PHP program and send as an email using Gmail account.
- You need to provide your own email address and password in the code where indicated.
- You also need to run the command "composer install" to make the code work (and for that you must have composer installed on your machine).