From c8ef7c83c10a5d4affc4e256671668127a35a244 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Apr 2022 15:35:37 -0600 Subject: [PATCH] Update v_mailto.php --- secure/v_mailto.php | 1 + 1 file changed, 1 insertion(+) 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";