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