fix the From: e-mail address.
2003-11-11 Vincent Untz <vincent@vuntz.net> * foundation.gnome.org/membership/application.wml: fix the From: e-mail address.
This commit is contained in:
parent
f1e5238a31
commit
1477e8ffa6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-11-11 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
|
* foundation.gnome.org/membership/application.wml: fix the From:
|
||||||
|
e-mail address.
|
||||||
|
|
||||||
2003-11-11 Vincent Untz <vincent@vuntz.net>
|
2003-11-11 Vincent Untz <vincent@vuntz.net>
|
||||||
|
|
||||||
* foundation.gnome.org/membership/application.wml: don't initialize
|
* foundation.gnome.org/membership/application.wml: don't initialize
|
||||||
|
|
|
@ -84,7 +84,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>\nCc: $email\n";
|
$headers = "From: GNOME Foundation Membership Committee Script <membership-committee@gnome.org>\nCc: $email\n";
|
||||||
|
|
||||||
if ($previousmember) {
|
if ($previousmember) {
|
||||||
$subject = "[RENEWAL] Application received from $name ($obfuscated_email)";
|
$subject = "[RENEWAL] Application received from $name ($obfuscated_email)";
|
||||||
|
|
Loading…
Reference in a new issue