/Mail-Server-Laravel-9

A mail server usign laravel framework and smtp protocol. For this simple project it's been use mailable structures. This project has feature test. with factory and the model Message. This app allow sent a email to the admin (me) using gmail as email provider. I show you that is possible create a simple mail server using laravel 9.

Primary LanguagePHP

Mail Server Laravel 9

 laravel  php  composer  node  vite  mysql

A simple mail server with the unit test and the smtp mail service active. This app allow you send an email to the creator of this app. Are you lucky ??

Send a email and try!!

 EmailLogo

Requirements

  • php 8.1

  • Laravel 9

  • Nodejs (16 or Higher)

  • Mysql

  • Gmail account with access app code


Installation

  • Clone the github repository
git clone https://github.com/userlg/Mail-Server-Laravel-9
  • Create the .env file and use your credentials. The following command only applies to linux
touch .env
  • Next step install all dependecies
composer install
npm install 
  • Do the migrations
php artisan migrate
  • Then only left run the project
php artisan serve
npm run dev
  • Generate the assets Builds
npm run build
  • Turn on the queue. This project works in the background with jobs and queue to improve the user experience
php artisan queue:work
  • Note: This project was tested on Windows 10.

Screenshots

  • General cheme of the mail server

 scheme

  • Project dark mode implement with tailwind  img1  img2  img3  img4
  • Security scan of mailtrap  img5
  • Mailtrap spam report results  img6  img7  img8
  • Finally the email recieved after the verification code process  img9
  • Checking the mailtrap inbox  tests

The test coverage 91%


Demo Video

Created by Userlg