Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Who are you?")
- from = io.read()
- file = fs.open('/CCMail/'..from, 'w')
- print(http.post('http://shoalnet.org:4567/', 'from='..from..'&to=checkmail&message=').readAll())
- file.write(http.post('http://shoalnet.org:4567/', 'from='..from..'&to=checkmail&message=').readAll())
- file.close()
Add Comment
Please, Sign In to add comment