diff --git a/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php b/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php --- a/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php +++ b/src/applications/people/mail/PhabricatorPeopleEmailLoginMailEngine.php @@ -88,10 +88,11 @@ "sticky note and attaching it to your monitor so you don't ". "forget again! Choosing a very short, easy-to-remember password ". "like \"cat\" or \"1234\" might also help.\n\n". - "Best Wishes,\nPhabricator\n", - $login_uri); + "Best Wishes\n, %s", + $login_uri, + PlatformSymbols::getPlatformServerName()); - } + } } else { $body[] = pht( "You can use this login link to regain access to your account:".