Edited README.md via GitHub
This commit is contained in:
parent
daa131f5b9
commit
162bf4c143
14
README.md
14
README.md
@ -24,12 +24,12 @@ The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows
|
||||
|
||||
Lets see a simple example:
|
||||
|
||||
```c++
|
||||
#include <QtGui/QApplication>
|
||||
#include "../src/SmtpMime"
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include "../src/SmtpMime"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication a(argc, argv);
|
||||
|
||||
// This is a first demo application of the SmtpClient for Qt project
|
||||
@ -71,8 +71,8 @@ Lets see a simple example:
|
||||
smtp.sendMail(message);
|
||||
smtp.quit();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClient-for-Qt/wiki/Examples).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user