Add note to use the AppDB to reply to email instead of replying to the email

This commit is contained in:
Tony Lambregts
2006-04-28 00:53:01 +00:00
committed by WineHQ
parent 42b6c87c7b
commit fe004f36fa

View File

@@ -88,7 +88,9 @@ class Comment {
} }
$sSubject = "Comment for '".lookup_app_name($this->iAppId)." ".lookup_version_name($this->iVersionId)."' added by ".$_SESSION['current']->sRealname; $sSubject = "Comment for '".lookup_app_name($this->iAppId)." ".lookup_version_name($this->iVersionId)."' added by ".$_SESSION['current']->sRealname;
$sMsg = APPDB_ROOT."appview.php?versionId=".$this->iVersionId."&mode=nested#Comment-".$this->iCommentId."\n"; $sMsg = "To reply to this email please use the link provided below.\n";
$sMsg .= "DO NOT reply via your email client as it will not reach the person who wrote the comment\n";
$sMsg .= APPDB_ROOT."appview.php?versionId=".$this->iVersionId."&mode=nested#Comment-".$this->iCommentId."\n";
$sMsg .= "\n"; $sMsg .= "\n";
$sMsg .= "Subject: ".$this->sSubject."\r\n"; $sMsg .= "Subject: ".$this->sSubject."\r\n";
$sMsg .= "\n"; $sMsg .= "\n";