<!-- begin sending_preferences_test_widget.tmpl --> 

<div style="width:96%; height:300px; margin: 5px; padding: 5px; border:1px solid black; overflow:auto;">

	<!-- tmpl_var name="GOOD_JOB_MESSAGE" -->
	<p class="alert">
		<!-- tmpl_if list_settings.send_via_smtp --> 
			Testing SMTP Sending... 
		<!-- tmpl_else --> 
			Testing Sending via sendmail... 
		<!-- /tmpl_if --> 
	</p>
	<!-- tmpl_if report --> 
		<h2>
			Results:
		</h2><!-- tmpl_loop report -->
		<p>
			<strong><!-- tmpl_var SMTP_command --></strong> <!-- tmpl_var message -->
		</p><!-- /tmpl_loop -->
	<!-- /tmpl_if --> 
	<!-- tmpl_if raw_log --> 
		<h2>
			Raw Log:
		</h2>
<pre><!-- tmpl_var raw_log --></pre>
<!-- /tmpl_if --> 


<p class="alert">
	Check your email inbox for, <!-- tmpl_var list_settings.list_owner_email --> to see if you've received a message from <!-- tmpl_var PROGRAM_NAME -->.
</p>
<p class="alert">
	If a message has been received, email sending for your list is working properly!
</p>
</div>

<!-- end sending_preferences_test_widget.tmpl --> 

