[20882] Optionally allow ssl and tls as SMTPSecure

Sigurd Nes <[email protected]>
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.