cmc-sales/app/views/documents/email_pdf.ctp
Karl Cordes 925ef2133c Add attachment sizes to enquiry table
better error view for email sending problems
2022-01-08 13:12:40 +11:00

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 } ?>