--发电子邮件
local sFile = 'd:/dddd.lua';
-- static bool sendEmail(string sStmpServer, string sEmailAddress, string sPass, string sAddressList,
-- string sSubject, string sCont, string sFiles = "", int iPort = 25);
local bOK = cutil:sendEmail('app.zjtouchnet.com',
'hr@zjtouchnet.com', '1234', '',
'邮件主题', '邮件内容', sFile,25);