This is a system that mimics the email sending functionality of a system. The system has a form with which a user inputs an email address of the recepient and a button to send a message. The details of the message sent are logged in a database within a table called email_logs and the status of the email i.e failed or successful stored in respective columns.
Basic requirements to run the aplication:
- PhP V7+
- Laravel 8.x.x
- Composer
Run the project using the commands below
- php artisan migrate - to create the tables
- php artisan serve - to setup the development server
- access the website from http://127.0.0.1:8000
Contributions are always welcome.