Merge branch 'contactform' into staging
All checks were successful
Deploy Hugo / deploy (push) Successful in 36s
All checks were successful
Deploy Hugo / deploy (push) Successful in 36s
This commit is contained in:
commit
e53e12c15e
@ -34,7 +34,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
$mail->Subject = 'Neue Nachricht vom Kontaktformular';
|
||||
$mail->Body = "Name: $name<br>E-Mail: $email<br>Nachricht: $message";
|
||||
$mail->AltBody = "Name: $name\nE-Mail: $email\nNachricht: $message";
|
||||
$mail->addReplyTo = ($email, $name);
|
||||
$mail->addReplyTo($email, $name);
|
||||
|
||||
print_r($config);
|
||||
$mail->send();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user