diff options
Diffstat (limited to 'test/testmesg.lua')
-rw-r--r-- | test/testmesg.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testmesg.lua b/test/testmesg.lua index 580693b..135a008 100644 --- a/test/testmesg.lua +++ b/test/testmesg.lua | |||
@@ -32,6 +32,8 @@ r, e = smtp.send{ | |||
32 | port = 2525 | 32 | port = 2525 |
33 | } | 33 | } |
34 | 34 | ||
35 | print(r, e) | ||
36 | |||
35 | -- creates a source to send a message with two parts. The first part is | 37 | -- creates a source to send a message with two parts. The first part is |
36 | -- plain text, the second part is a PNG image, encoded as base64. | 38 | -- plain text, the second part is a PNG image, encoded as base64. |
37 | source = smtp.message{ | 39 | source = smtp.message{ |