mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update v_mailto.php
This commit is contained in:
@@ -97,6 +97,7 @@
|
|||||||
//debug information
|
//debug information
|
||||||
/*
|
/*
|
||||||
echo "<pre>\n";
|
echo "<pre>\n";
|
||||||
|
echo "recipients ".print_r($email->recipients)."\n";
|
||||||
echo "recipients ".$email->recipients."\n";
|
echo "recipients ".$email->recipients."\n";
|
||||||
echo "subject ".$email->subject."\n";
|
echo "subject ".$email->subject."\n";
|
||||||
echo "body ".$email->body."\n";
|
echo "body ".$email->body."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user