3640
3641
3642
3643
3644
3645
3646
3647
3648
|
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
|
+
+
+
+
+
+
+
+
+
+
+
+
+
|
@ <td><input type="submit" name="submit" value="Dry Run">
}else{
@ <td><input type="submit" name="submit" value="Send Message">
}
@ </tr>
@ </table>
@ </form>
if( g.perm.Setup ){
@ <hr>
@ <p>Trouble-shooting Options:</p>
@ <ol>
@ <li> <a href="%R/announce">Normal Processing</a>
@ <li> Only <a href="%R/announce/test1">show POST parameters</a>
@ - Do not send the announcement.
@ <li> <a href="%R/announce/test2">Show the email text</a> but do
@ not actually send it.
@ <li> Send the message and also <a href="%R/announce/test3">show the
@ SMTP traffic</a> when using "relay" mode.
@ </ol>
}
style_finish_page();
}
|