зеркало из https://github.com/mozilla/pjs.git
Fix Bug 273843, update-daemon@update.mozilla.org isnt a valid e-mail.
This commit is contained in:
Родитель
37f5a2c0e6
Коммит
b1f290fc59
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче