Skip to content

Commit

Permalink
member-application: update from
Browse files Browse the repository at this point in the history
  • Loading branch information
robbi5 committed Sep 3, 2023
1 parent 8b5200f commit 6babc60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/member-application.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
$headers[] = 'MIME-Version: 1.0';
$headers[] = 'Content-type: text/plain; charset=utf-8';
$headers[] = "To: vorstand@temporaerhaus.de";
$headers[] = "From: mail@ech0.de";
$headers[] = "From: kontakt@temporaerhaus.de";
$headers[] = "Reply-To: " . $inputs['email'];
$header = implode('\r\n', $headers);

$message = implode('\r\n', array_map(function ($field, $value) {
Expand Down

0 comments on commit 6babc60

Please sign in to comment.