% include("language.html") if _SESSION["logined"] ~= nil then %> <% local result = nil local name = nil if _GET["name"] ~= nil then name = _GET["name"] result = c_GetSMTP(name) if result == nil then print("") exit() end end %>
<%=LANG["title_name"]%>: | style="width:120px;"> |
<%=LANG["str_sendername"]%>: | "> |
<%=LANG["str_senderemail"]%>: | "> |
<%=LANG["str_needauth"]%>: | ><%=LANG["str_yes"]%> |
<%=LANG["str_smtpserver"]%>: | "> |
<%=LANG["str_smtpport"]%>: | "> |
<%=LANG["str_smtpusername"]%>: | "> |
<%=LANG["str_smtppassword"]%>: | "> |
<%=LANG["str_smtpusessl"]%>: | ><%=LANG["str_yes"]%> |