diff options
Diffstat (limited to 'test/testmesg.lua')
-rw-r--r-- | test/testmesg.lua | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/testmesg.lua b/test/testmesg.lua index d43c189..3555031 100644 --- a/test/testmesg.lua +++ b/test/testmesg.lua | |||
@@ -50,10 +50,9 @@ source = smtp.message{ | |||
50 | 50 | ||
51 | -- finally send it | 51 | -- finally send it |
52 | r, e = smtp.send{ | 52 | r, e = smtp.send{ |
53 | rcpt = "<diego@cs.princeton.edu>", | 53 | rcpt = "<fulano@tecgraf.puc-rio.br>", |
54 | from = "<diego@cs.princeton.edu>", | 54 | from = "<sicrano@tecgraf.puc-rio.br>", |
55 | source = source, | 55 | source = source |
56 | server = "mail.cs.princeton.edu" | ||
57 | } | 56 | } |
58 | 57 | ||
59 | print(r, e) | 58 | print(r, e) |