Few extra changes.

This commit is contained in:
Diego Nehab 2004-06-22 04:49:57 +00:00
parent bce1cb30d8
commit 7195ab620b
7 changed files with 11 additions and 16 deletions

View file

@ -50,9 +50,11 @@ source = smtp.message{
-- finally send it
r, e = smtp.send{
rcpt = "<fulano@tecgraf.puc-rio.br>",
from = "<sicrano@tecgraf.puc-rio.br>",
source = source
rcpt = {"<diego@tecgraf.puc-rio.br>",
"<diego@princeton.edu>" },
from = "<diego@princeton.edu>",
source = source,
server = "mail.cs.princeton.edu"
}
print(r, e)