Skip to content

Commit b0ee98a

Browse files
committed
readme: added installation notice
1 parent c10d904 commit b0ee98a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Nette Mail: Sending E-mails
99

1010
Almost every web application needs to send e-mails, whether newsletters or order confirmations. That's why Nette Framework provides necessary tools.
1111

12+
Install it using Composer:
13+
14+
```
15+
composer require nette/mail
16+
```
17+
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.
19+
1220
Example of creating an e-mail using `Nette\Mail\Message` class:
1321

1422
```php

0 commit comments

Comments
 (0)