Git Product home page Git Product logo

mohammadnourbaker / laravel-dashboard-for-receiving-emails-and-sending-emails-using-imap-protocol Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 84 KB

Custom Laravel dashboard. Real World Laravel 9x Dashboard. receiving emails and sending emails using IMAP protocol.

Home Page: https://mohammadnourbaker.github.io/Laravel-Dashboard-for-receiving-emails-and-sending-emails-using-IMAP-protocol/

License: MIT License

PHP 80.56% CSS 9.06% JavaScript 1.70% Blade 8.68%
dashboard imap laravel laravel9 sendmessage smtp userinterface recievemessage

laravel-dashboard-for-receiving-emails-and-sending-emails-using-imap-protocol's Introduction

Laravel Dashboard for receiving emails and sending emails using IMAP protocol

Custom Laravel dashboard. Real World Laravel 9x Dashboard. sending emails and receiving emails using IMAP protocol.

How to use

  1. git clone https://github.com/MohammadNourBaker/Laravel-Dashboard-for-receiving-emails-and-sending-emails-using-IMAP-protocol.git
  2. Copy .env.example file to .env file
  3. Run composer install
  4. Run php artisan key:generate
  5. Open .env file and edit following code For send an Email using Outlook SMTP Server and receive an Email using Outlook IMAP Server
#smtp protocol
MAIL_MAILER=smtp
MAIL_HOST=smtp.office365.com
MAIL_PORT=587
[email protected]     #Your Email
MAIL_PASSWORD=xxxxxxxxxxx           #Password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="[email protected]" #Your Email
MAIL_FROM_NAME="${APP_NAME}"

#imap protocol
IMAP_HOST=outlook.office365.com
IMAP_PORT=993
IMAP_ENCRYPTION=ssl
IMAP_VALIDATE_CERT=true
[email protected]  #Your Email
IMAP_PASSWORD=xxxxxxxxxxx         #Password
IMAP_DEFAULT_ACCOUNT=default
IMAP_PROTOCOL=imap

  1. Run php artisan serve
  2. http://localhost:8000/

Note: Turn ON Less secure app access in Google accounts has been disabled ! You can see this article https://support.google.com/accounts/answer/6010255?authuser=1&hl=ar&authuser=1&visit_id=637906337071223822-2016862466&p=less-secure-apps&rd=1 So you have to generate app passwords for gmail, you can read this article => https://support.google.com/mail/answer/185833?hl=en-GB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.