Syntax error
This commit is contained in:
parent
72886e5676
commit
d04017ff58
@ -15,7 +15,7 @@ local function sendeml(raw)
|
|||||||
f:close()
|
f:close()
|
||||||
|
|
||||||
-- Send e-mail. Yes, this is crude, but we have one thread.
|
-- Send e-mail. Yes, this is crude, but we have one thread.
|
||||||
io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r")]]
|
io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r")
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user