6 lines
124 B
PHP
Executable file
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 } ?>
|