.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@4846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-04-22 16:02:59 +00:00
parent 1f7840c4c2
commit 62910e935c

View file

@ -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())