Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
7c4e69fc
"vscode:/vscode.git/clone" did not exist on "268154362ad26835a445f9d701eb373bfff5405d"
Commit
7c4e69fc
authored
Jun 12, 2020
by
alinetenorio
Browse files
alterando remetente padrão do email
parent
fd6d1371
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/mail.php
View file @
7c4e69fc
...
@@ -57,7 +57,7 @@ return [
...
@@ -57,7 +57,7 @@ return [
'from'
=>
[
'from'
=>
[
'address'
=>
env
(
'MAIL_FROM_ADDRESS'
,
'hello@example.com'
),
'address'
=>
env
(
'MAIL_FROM_ADDRESS'
,
'hello@example.com'
),
'name'
=>
env
(
'MAIL_FROM_NAME'
,
'
Example
'
),
'name'
=>
env
(
'MAIL_FROM_NAME'
,
'
Submeta
'
),
],
],
/*
/*
...
...
resources/views/vendor/notifications/email.blade.php
View file @
7c4e69fc
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
{{ $salutation }}
{{ $salutation }}
@else
@else
@lang('Atenciosamente'),
<br>
@lang('Atenciosamente'),
<br>
{{ config('app.name') }}
Equipe do
{{ config('app.name') }}
@endif
@endif
{{-- Subcopy --}}
{{-- Subcopy --}}
...
...
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