Skip to content

Commit 84673e6

Browse files
authored
Update README.md
1 parent e27a702 commit 84673e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ And run the initial migrations and seeders.
2525
php artisan migrate --seed
2626
```
2727

28+
Setup SMTP Server.
29+
30+
```
31+
MAIL_MAILER=smtp
32+
MAIL_HOST=smtp.googlemail.com
33+
MAIL_PORT=465
34+
MAIL_USERNAME=your gmail adresss
35+
MAIL_PASSWORD=your gmail password
36+
MAIL_ENCRYPTION=ssl
37+
MAIL_FROM_ADDRESS=admin@queue-tes.com
38+
MAIL_FROM_NAME="${APP_NAME}"
39+
```
2840

2941
<h2>💻 Built with</h2>
3042

0 commit comments

Comments
 (0)