Skip to content
Snippets Groups Projects
Commit 45b0dcee authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Mail Adresse musste noch geändert werden

parent e1e25864
No related branches found
No related tags found
Loading
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment