Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
45b0dcee
Commit
45b0dcee
authored
Sep 05, 2016
by
Dominik Hebeler
Browse files
Mail Adresse musste noch geändert werden
parent
e1e25864
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
45b0dcee
...
...
@@ -89,7 +89,7 @@ class MailController extends Controller
try
{
if
(
Mail
::
send
([
'text'
=>
'kontakt.mail'
],
[
'messageText'
=>
$message
],
function
(
$message
)
use
(
$replyTo
)
{
$message
->
to
(
"
dominik
@suma-ev.de"
,
$name
=
null
);
$message
->
to
(
"
office
@suma-ev.de"
,
$name
=
null
);
$message
->
from
(
$replyTo
,
$name
=
null
);
$message
->
replyTo
(
$replyTo
,
$name
=
null
);
$message
->
subject
(
"MetaGer - Spende"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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