File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,29 @@ Nette Mail: Sending E-mails
77[ ![ Latest Stable Version] ( https://poser.pugx.org/nette/mail/v/stable )] ( https://github.com/nette/mail/releases )
88[ ![ License] ( https://img.shields.io/badge/license-New%20BSD-blue.svg )] ( https://github.com/nette/mail/blob/master/license.md )
99
10- Almost every web application needs to send e-mails, whether newsletters or order confirmations. That's why Nette Framework provides necessary tools.
1110
12- Install it using Composer:
11+ Introduction
12+ ------------
13+
14+ Almost every web application needs to send e-mails, whether newsletters or order confirmations. This library provides necessary tools.
15+
16+ Documentation can be found on the [ website] ( https://doc.nette.org/mailing ) .
17+
18+
19+ Installation
20+ ------------
21+
22+ The recommended way to install is via Composer:
1323
1424```
1525composer require nette/mail
1626```
1727
18- The last stable release requires PHP version 5.6 or newer (is compatible with PHP 7.0 and 7.1). The dev-master version requires PHP 7.1.
28+ It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1.
29+
30+
31+ Usage
32+ -----
1933
2034Example of creating an e-mail using ` Nette\Mail\Message ` class:
2135
You can’t perform that action at this time.
0 commit comments