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

6 lines
124 B
Plaintext
Raw Normal View History

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