Change From address office->supporters

svn path=/trunk/; revision=27229
This commit is contained in:
cri 2014-01-13 20:52:27 +00:00
parent 7469a936c9
commit 766d521680

View File

@ -172,7 +172,7 @@ else {
$headers = 'Content-Type: text/plain; charset="utf-8"' . "\r\n";
$headers .= 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-Transfer-Encoding: 8bit' . "\r\n";
$headers .= 'From: "FSFE" <office@fsfe.org>' . "\r\n";
$headers .= 'From: "FSFE" <supporters@fsfeurope.org>' . "\r\n";
mail($to, '=?UTF-8?B?'.base64_encode($subject).'?=', $message, $headers);
}