Release version 997 generated by do-release.sh
[citadel.git] / webcit / static / t / aide / siteconfig / tab_smtp.html
index 4c747a660fbd8c76de0f8564de3400aa3b416809..01e7af36948520c490404cd98103177fd8c8bac0 100644 (file)
@@ -3,7 +3,9 @@
 <hr>
 <table border="0">
 <tr><td><?_("SMTP MTA port (-1 to disable)")></td><td>
-<input type="text" NAME="c_smtp_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_smtp_port")>'></td></tr>
+<input type="text" NAME="c_smtp_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_smtp_port")>'>&nbsp;
+<?_("Offer STARTTLS")> <input type="checkbox" NAME="smtp_advertise_starttls" VALUE="yes" <?%("COND:SERVCFG", 1, "smtp_advertise_starttls", 1, "CHECKED", "")>>
+</td></tr>
 
 <tr><td><?_("SMTP MSA port (-1 to disable)")></td><td>
 <input type="text" NAME="c_msa_port" MAXLENGTH="5" VALUE='<?SERV:CFG("c_msa_port")>'></td></tr>