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
265a0100
Commit
265a0100
authored
Jun 12, 2020
by
alinetenorio
Browse files
alterando remetente de emails
parent
4e543828
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/Mail/EmailLembrete.php
View file @
265a0100
...
...
@@ -36,8 +36,8 @@ class EmailLembrete extends Mailable
*/
public
function
build
()
{
$subject
=
'
Eventos
- Lembrete de E
vento
'
;
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Eventos
- LMTS'
)
$subject
=
'
Submeta
- Lembrete de E
dital
'
;
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Submeta
- LMTS'
)
->
subject
(
$this
->
subject
)
->
view
(
'emails.emailLembreteRevisor'
)
->
with
([
...
...
app/Mail/EventoCriado.php
View file @
265a0100
...
...
@@ -37,7 +37,7 @@ class EventoCriado extends Mailable
public
function
build
()
{
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Eventos
- LMTS'
)
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Submeta
- LMTS'
)
->
subject
(
$this
->
subject
)
->
view
(
'emails.emailEventoCriado'
)
->
with
([
...
...
app/Mail/SubmissaoTrabalho.php
View file @
265a0100
...
...
@@ -35,7 +35,7 @@ class SubmissaoTrabalho extends Mailable
public
function
build
()
{
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Eventos
- LMTS'
)
return
$this
->
from
(
'lmtsteste@gmail.com'
,
'
Submeta
- LMTS'
)
->
subject
(
$this
->
subject
)
->
view
(
'emails.submissaoTrabalho'
);
}
...
...
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