blob: 5c9123daaa2db0a4eb3cc6a296cd3dfbf2c97c80 [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001[include "../framework/header.ezt" "showusertabs" "t1"]
2
3<div id="colcontrol">
4<h2>Reset bouncing email</h2>
5
6[if-any last_bounce_str]
7 <p>
8 <b>Email to this user bounced:</b>
9 [last_bounce_str]
10 </p>
11[end]
12
13
14<p>If you believe that email sent to this user will no longer bounce,
15 press the button below to clear the email bouncing status.</p>
16
17<form action="clearBouncing.do" method="POST">
18 <input type="hidden" name="token" value="[form_token]">
19 <input id="submit_btn" type="submit" name="btn"
20 value="Clear bouncing status">
21</form>
22
23</div>
24
25
26[include "../framework/footer.ezt"]