Use Bcc: For notifies in edit notes

This commit is contained in:
Tony Lambregts
2005-01-14 05:30:26 +00:00
committed by WineHQ
parent 16bb7584e5
commit 571aa478f6

View File

@@ -53,7 +53,8 @@ if(isset($_REQUEST['sub']))
$ms .= "\n";
$ms .= STANDARD_NOTIFY_FOOTER;
mail(stripslashes($sEmail), "[AppDB] ".$sFullAppName ,$ms);
mail( "", "[AppDB] ".$sFullAppName ,$ms, "Bcc: ".stripslashes( $sEmail));
} else
{
$sEmail = "no one";
@@ -84,7 +85,7 @@ if(isset($_REQUEST['sub']))
$ms .= "\n";
$ms .= STANDARD_NOTIFY_FOOTER;
mail(stripslashes($sEmail), "[AppDB] ".$sFullAppName ,$ms);
mail( "", "[AppDB] ".$sFullAppName ,$ms, "Bcc: ".stripslashes( $sEmail));
} else
{