From efb30d55c96e8e9ffbe6241be78ca67cc3c5ca16 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 16 Oct 2003 12:38:32 +0000 Subject: [PATCH] Cc the application to the applicant so he have a confirmation of his 2003-10-16 Vincent Untz * membership-form.php: Cc the application to the applicant so he have a confirmation of his application --- ChangeLog | 5 +++++ membership-form.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f2bcdc..630ffe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-16 Vincent Untz + + * membership-form.php: Cc the application to the applicant so he have + a confirmation of his application + 2003-10-08 Vincent Untz * .htaccess: really fixed it. Well, I hope :-) diff --git a/membership-form.php b/membership-form.php index 740ed3b..b2864e9 100644 --- a/membership-form.php +++ b/membership-form.php @@ -108,7 +108,7 @@ $formmail .= "\n"; $formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]"; - $headers = "From: GNOME Foundation Membership Committee Script \n"; + $headers = "From: GNOME Foundation Membership Committee Script \nCc: $email\n"; if ($previousmember) { $subject = "[RENEWAL] Application received from $name ($email)"; @@ -117,7 +117,7 @@ } // send the mail - mail("GNOME Foundation Membership Committee ", $subject, $formmail, $headers); + mail("membership-committee@gnome.org", $subject, $formmail, $headers); // print the thank you page