cmc-sales/php/app/views/documents/email_pdf.ctp

6 lines
124 B
PHP
Executable file

<?php if(!empty($smtp_errors)) { ?>
<h2>Email error information</h2>
<pre>
<?php print_r($smtp_errors); ?>
</pre>
<?php } ?>