Merge branch 'master' of github.com:bluetiger9/SmtpClient-for-Qt
This commit is contained in:
commit
7212b8d9fd
@ -24,7 +24,7 @@ The SmtpClient for Qt is small library writen for Qt 4 (C++ version) that allows
|
|||||||
|
|
||||||
Lets see a simple example:
|
Lets see a simple example:
|
||||||
|
|
||||||
|
```c++
|
||||||
#include <QtGui/QApplication>
|
#include <QtGui/QApplication>
|
||||||
#include "../src/SmtpMime"
|
#include "../src/SmtpMime"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Lets see a simple example:
|
|||||||
smtp.quit();
|
smtp.quit();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClient-for-Qt/wiki/Examples).
|
For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClient-for-Qt/wiki/Examples).
|
||||||
|
|
||||||
@ -80,4 +80,5 @@ For more examples see the [Wiki/Examples](https://github.com/bluetiger9/SmtpClie
|
|||||||
|
|
||||||
This project (all files including the demos/examples) is licensed under the GNU GPL version 2.0.
|
This project (all files including the demos/examples) is licensed under the GNU GPL version 2.0.
|
||||||
|
|
||||||
|
|
||||||
**Copyright (c) 2011 - Tőkés Attila**
|
**Copyright (c) 2011 - Tőkés Attila**
|
||||||
|
Loading…
Reference in New Issue
Block a user