From 62910e935cfdf96ca81ee35ffa15685579b3d7bc Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 22 Apr 2012 16:02:59 +0000 Subject: [PATCH] .reference git-svn-id: svn://ultimatepp.org/upp/trunk@4846 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- reference/SMTP/SMTP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/SMTP/SMTP.cpp b/reference/SMTP/SMTP.cpp index 53b122e5a..ec8e79a99 100644 --- a/reference/SMTP/SMTP.cpp +++ b/reference/SMTP/SMTP.cpp @@ -22,7 +22,7 @@ CONSOLE_APP_MAIN .Auth(user, pwd) .To(to) .Subject("Test message") - .Text("Hello world!") + .Body("Hello world!") .Attach("somedata.txt", "This is a test of String attachement") .AttachFile(GetDataFile("SMTP.cpp")); if(mail.Send())