Syntax error
This commit is contained in:
parent
72886e5676
commit
d04017ff58
@ -15,7 +15,7 @@ local function sendeml(raw)
|
||||
f:close()
|
||||
|
||||
-- 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
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user