Revision: 20882
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20882
Author: sigurdne
Date: 2009-11-22 19:45:50 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
Optionally allow ssl and tls as SMTPSecure
Modified Paths:
--------------
people/sigurdne/modules/admin/trunk/templates/base/config.tpl
Modified: people/sigurdne/modules/admin/trunk/templates/base/config.tpl
===================================================================
--- people/sigurdne/modules/admin/trunk/templates/base/config.tpl
2009-11-22 19:44:07 UTC (rev 20881)
+++ people/sigurdne/modules/admin/trunk/templates/base/config.tpl
2009-11-22 19:45:50 UTC (rev 20882)
@@ -108,6 +108,15 @@
<td>{lang_Enter_your_SMTP_server_password}:</td>
<td><input type= "password" name="newsettings[smtpPassword]"
value="{value_smtpPassword}"></td>
</tr>
+ <td>{lang_SMTPSecure}:</td>
+ <td>
+ <select name="newsettings[smtpSecure]">
+ <option value="">{lang_No}</option>
+ <option
value="ssl"{selected_smtpSecure_ssl}>ssl</option>
+ <option
value="tls"{selected_smtpSecure_tls}>tls</option>
+ </select>
+ </td>
+ </tr>
<tr class="th">
<td colspan="2"> <b>{lang_appearance}</b></td>
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs