Skip to content

Areefan/Laravel-Multiple-Mail-Sender

Repository files navigation

Setup

  1. Download/Clone the project
  2. Composer install Run composer install in the terminal
  3. Configure the .env file. You can use the .env.example file and then change the following lines: -> MAIL_DRIVER=smtp

->MAIL_HOST=smtp.gmail.com

->MAIL_PORT=587

->MAIL_USERNAME=[your_mail_username]

->MAIL_PASSWORD=[your_mail_password]

->MAIL_ENCRYPTION=tls

to your real data.

Releases

No releases published

Packages

No packages published