Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [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"] |