diff --git a/secure/v_mailto.php b/secure/v_mailto.php index 593aec7cc8..f2491bb906 100644 --- a/secure/v_mailto.php +++ b/secure/v_mailto.php @@ -97,6 +97,7 @@ //debug information /* echo "
\n";
+	echo "recipients ".print_r($email->recipients)."\n";
 	echo "recipients ".$email->recipients."\n";
 	echo "subject ".$email->subject."\n";
 	echo "body ".$email->body."\n";