Skip to content
GitLab
Menu
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
34ed8a16
Commit
34ed8a16
authored
Feb 02, 2021
by
Dominik Hebeler
Browse files
switched mail adress
parent
f53d2777
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/MailController.php
View file @
34ed8a16
...
...
@@ -59,7 +59,7 @@ class MailController extends Controller
# Wir versenden die Mail des Benutzers an uns:
$mailto
=
"support@metager.org"
;
if
(
LaravelLocalization
::
getCurrentLocale
()
===
"de"
)
{
$mailto
=
"support
@suma-ev
.de"
;
$mailto
=
"support
+46521@metager
.de"
;
}
$message
=
$request
->
input
(
'message'
);
$subject
=
$request
->
input
(
'subject'
);
...
...
Dominik Hebeler
@dominik
mentioned in commit
78260fac
·
Feb 03, 2021
mentioned in commit
78260fac
mentioned in commit 78260fac11a1264dedf85bb41dd6cb94d122dc71
Toggle commit list
Dominik Hebeler
@dominik
mentioned in merge request
!1821 (merged)
·
Feb 03, 2021
mentioned in merge request
!1821 (merged)
mentioned in merge request !1821
Toggle commit list
Write
Preview
Supports
Markdown
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