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