<blockquote>Hey everybody! I have added a new function to netlib, email. The function is as follows:
netmail(to, from, subject, message)
I have spent a while on this debuging it so that its both easy to use and works without (many) limitations.
The only big limitation is that if you are going to send from a fake account, you cannot include a space. I don't know/care if there is a workaround.
Also, for some reason, the ' sends \' for some reason. I dont know why.
To use netlib, all you need to do is put dofile("netlib.lua") in your program and inclue the netlib.lua file.
I am hoping someone is willing to write a nice email client. I am looking up how to recieve emails, but am not finding much. Any help is apprecieted.</blockquote>