Skip to content

This is small system that can be used to test the email sending functionality of a system. The system has a form with which the user can inout the address of the recepient and send a message. The details of the message sent are logged in a database within a table called email_logs and the relevant data stored in the respective table columns.

Notifications You must be signed in to change notification settings

MJCappella/EmailTestingSystem

Repository files navigation

EmailTestingSystem

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.

Setup

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.

About

This is small system that can be used to test the email sending functionality of a system. The system has a form with which the user can inout the address of the recepient and send a message. The details of the message sent are logged in a database within a table called email_logs and the relevant data stored in the respective table columns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published