1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Cleaning in mail interface

This commit is contained in:
Ycarus 2018-11-08 19:20:05 +01:00
parent 49e0dbf9a0
commit 86778572e7
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,3 @@
local ucic = luci.model.uci.cursor()
local dt = require "luci.cbi.datatypes"
module("luci.controller.mail", package.seeall)
function index()

View file

@ -1,7 +1,7 @@
-- Copyright 2018 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
-- Licensed to the public under the Apache License 2.0.
m = Map("mail", translate("Send mail"), translate("Send mail settings"))
m = Map("mail", translate("Send mail"), translate("Set mail settings for services that need to send mails."))
s = m:section(TypedSection, "smtp", translate("SMTP"))
s.anonymous = true