mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-12 22:03:31 +02:00
Working with in the manual.
This commit is contained in:
@ -49,6 +49,5 @@ print(socket.smtp.send {
|
||||
rcpt = "<diego@cs.princeton.edu>",
|
||||
from = "<diego@cs.princeton.edu>",
|
||||
source = socket.smtp.message(mesgt),
|
||||
server = "mail.iis.com.br",
|
||||
port = 7
|
||||
server = "mail.cs.princeton.edu"
|
||||
})
|
||||
|
Reference in New Issue
Block a user