Update v_mailto.php
This commit is contained in:
parent
1fc99311a5
commit
c8ef7c83c1
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue