phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20882] Optionally allow ssl and tls as SMTPSecure


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20882] Optionally allow ssl and tls as SMTPSecure
Date: Sun, 22 Nov 2009 19:45:51 +0000

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">&nbsp;<b>{lang_appearance}</b></td>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]