This program can be use as an Email Sender or Client Contact Form in your personal portfolio contact session. It allows client to send their email messages to your email address.
- XAMPP
- Visual Studio Code (Any text Editor)
- Download or Clone the project
- Copy and paste it on C:\xampp\htdocs
- Open Xampp control panel, press start and admin for Apache
- Type http://localhost/email/contact.php
Problem 1 - "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\email\contact.php on line 14
Article Solution - https://stackoverflow.com/questions/15965376/how-to-configure-xampp-to-send-mail-from-localhost
Video Solution - https://youtu.be/9W644cyDyNM