diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-17 21:46:22 +0000 |
| commit | 597a062b1bc38488df1363995eece8a9f19c7111 (patch) | |
| tree | ba4ccaa8be98d1100aed63abb9c42c099f2c41bb /test/testmesg.lua | |
| parent | eac26d2c8dafab604ef2e97e504326cfaf1033cf (diff) | |
| download | luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.gz luasocket-597a062b1bc38488df1363995eece8a9f19c7111.tar.bz2 luasocket-597a062b1bc38488df1363995eece8a9f19c7111.zip | |
Almost ready for distribution...
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) |
