mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@4846 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1f7840c4c2
commit
62910e935c
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue