Update v_mailto.php

This commit is contained in:
FusionPBX 2022-04-17 15:35:37 -06:00 committed by GitHub
parent 1fc99311a5
commit c8ef7c83c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@
//debug information
/*
echo "<pre>\n";
echo "recipients ".print_r($email->recipients)."\n";
echo "recipients ".$email->recipients."\n";
echo "subject ".$email->subject."\n";
echo "body ".$email->body."\n";