<%set book_mark = 'check_bounced'%> <%include include_header.html%>
<%include mli_include_menu.html%>
<%include mli_include_nav.html%>
Check for bounced emails


Bounced email results

- Total checked email(s): <%if parsed%><%parsed%><%else%>0<%endif%>
- Total bounced email(s): <%if bounced%><%bounced%><%else%>0<%endif%>
- Total deleted email(s): <%if deleted%><%deleted%><%else%>0<%endif%>
<%include include_footer.html%>