Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
8e15c7f7
Commit
8e15c7f7
authored
Feb 23, 2015
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few tweaks to mail config.
parent
cc09679c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
.env.example
.env.example
+6
-1
mail.php
config/mail.php
+4
-4
No files found.
.env.example
View file @
8e15c7f7
...
...
@@ -8,5 +8,10 @@ DB_USERNAME=homestead
DB_PASSWORD=secret
CACHE_DRIVER=file
MAIL_DRIVER=smtp
SESSION_DRIVER=file
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
config/mail.php
View file @
8e15c7f7
...
...
@@ -28,7 +28,7 @@ return [
|
*/
'host'
=>
env
(
'
SMTP
_HOST'
,
'smtp.mailgun.org'
),
'host'
=>
env
(
'
MAIL
_HOST'
,
'smtp.mailgun.org'
),
/*
|--------------------------------------------------------------------------
...
...
@@ -41,7 +41,7 @@ return [
|
*/
'port'
=>
env
(
'
SMTP
_PORT'
,
587
),
'port'
=>
env
(
'
MAIL
_PORT'
,
587
),
/*
|--------------------------------------------------------------------------
...
...
@@ -80,7 +80,7 @@ return [
|
*/
'username'
=>
env
(
'
SMTP
_USERNAME'
),
'username'
=>
env
(
'
MAIL
_USERNAME'
),
/*
|--------------------------------------------------------------------------
...
...
@@ -93,7 +93,7 @@ return [
|
*/
'password'
=>
env
(
'
SMTP
_PASSWORD'
),
'password'
=>
env
(
'
MAIL
_PASSWORD'
),
/*
|--------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment