Few extra changes.
This commit is contained in:
parent
bce1cb30d8
commit
7195ab620b
7 changed files with 11 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue