/php-mail-send

Application for sending emails using PHP Mailer SMTP.

Primary LanguagePHP

An application for sending emails using PHP Mailer SMTP

Tech used

How to run

Follow the instructions

  • Clone the repository
  • Run composer install
  • Config mail.config.php with your SMTP credentials
  • Run php -S localhost:8000 to start the server and access the application on http://localhost:8000 in your browser
  • Fill the form and send the email
  • Check the email inbox

Caution

This project is intended for experiment.

Contribution

Ideas and contributions are welcome! 🙌