I think this improves email a good deal, although it's hard to really test it

since Exchange has been down for like 30 minutes now. Push & Pray!

Summary:

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley
2011-02-09 11:11:24 -08:00
parent e3a91902b7
commit 616c22eae2
4 changed files with 85 additions and 20 deletions

View File

@@ -69,7 +69,6 @@ class PhabricatorEmailLoginController extends PhabricatorAuthController {
array(
$target_user->getPHID(),
));
$mail->setReplyTo(PhabricatorEnv::getEnvConfig('metamta.noreply'));
$mail->setBody(
"blah blah blah ".
PhabricatorEnv::getURI('/login/etoken/'.$etoken.'/').'?email='.phutil_escape_uri($target_user->getEmail()));