Fix Bug 273843, update-daemon@update.mozilla.org isnt a valid e-mail.
git-svn-id: svn://10.0.0.236/trunk@166478 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b5484a36d5
commit
743e33999d
@ -6,7 +6,7 @@ return;
|
||||
//--- Send via E-Mail Message ---
|
||||
|
||||
$from_name = "Mozilla Update";
|
||||
$from_address = "update-daemon@update.mozilla.org";
|
||||
$from_address = "update-daemon@mozilla.org";
|
||||
|
||||
|
||||
//Send To Address
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
//--- Send Request via E-Mail Message ---
|
||||
|
||||
$from_name = "Mozilla Update";
|
||||
$from_address = "update-daemon@update.mozilla.org";
|
||||
$from_address = "update-daemon@mozilla.org";
|
||||
|
||||
|
||||
//Send To Address
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
//--- Send via E-Mail Message ---
|
||||
|
||||
$from_name = "Mozilla Update";
|
||||
$from_address = "update-daemon@update.mozilla.org";
|
||||
$from_address = "update-daemon@mozilla.org";
|
||||
|
||||
|
||||
//Send To Address
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user