Cc the application to the applicant so he have a confirmation of his
2003-10-16 Vincent Untz <vincent@vuntz.net> * membership-form.php: Cc the application to the applicant so he have a confirmation of his application
This commit is contained in:
parent
966d0d9077
commit
efb30d55c9
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-10-16 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
|
* membership-form.php: Cc the application to the applicant so he have
|
||||||
|
a confirmation of his application
|
||||||
|
|
||||||
2003-10-08 Vincent Untz <vincent@vuntz.net>
|
2003-10-08 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
* .htaccess: really fixed it. Well, I hope :-)
|
* .htaccess: really fixed it. Well, I hope :-)
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
$formmail .= "\n";
|
$formmail .= "\n";
|
||||||
$formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]";
|
$formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]";
|
||||||
|
|
||||||
$headers = "From: GNOME Foundation Membership Committee Script <gnome-membership@gnome.org>\n";
|
$headers = "From: GNOME Foundation Membership Committee Script <gnome-membership@gnome.org>\nCc: $email\n";
|
||||||
|
|
||||||
if ($previousmember) {
|
if ($previousmember) {
|
||||||
$subject = "[RENEWAL] Application received from $name ($email)";
|
$subject = "[RENEWAL] Application received from $name ($email)";
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
}
|
}
|
||||||
// send the mail
|
// send the mail
|
||||||
|
|
||||||
mail("GNOME Foundation Membership Committee <membership-committee@gnome.org>", $subject, $formmail, $headers);
|
mail("membership-committee@gnome.org", $subject, $formmail, $headers);
|
||||||
|
|
||||||
// print the thank you page
|
// print the thank you page
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue