Search found 232 matches: send email

Return to advanced search

Re: Send email alert

by RogerClark ¦ Tue Jan 13, 2015 5:27 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

Cool

Thanks

Re: Send email alert

by ThomasW ¦ Tue Jan 13, 2015 3:19 am ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

This works in lua but takes a lot of memory: sendmail=function(from,to,subject,body,server) local handle_response = function(conn,response,step,state) -- print("handling state:" .. state) -- print(node.heap()) -- print("expecting:" ...

Re: Send email alert

by RogerClark ¦ Mon Jan 12, 2015 8:02 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

Yes. Probably easier to code in Lua.. Even better if it could be added as a Lua command ;-)

(But at the moment building Lua from source seems to be somewhat problematic)

Re: Send email alert

by awball ¦ Mon Jan 12, 2015 7:53 pm ¦ Forum: Random Lua Chat ¦ Topic: Send email alert ¦ Replies: 23 ¦ Views: 39708

Yeah I was thinking about having it run in lua so I did the search within the lua subforum.

I'll take a look and see how the code looks. Was thinking about sticking to lua because it just looks easier to code.