We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10d904 commit b0ee98aCopy full SHA for b0ee98a
readme.md
@@ -9,6 +9,14 @@ Nette Mail: Sending E-mails
9
10
Almost every web application needs to send e-mails, whether newsletters or order confirmations. That's why Nette Framework provides necessary tools.
11
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
20
Example of creating an e-mail using `Nette\Mail\Message` class:
21
22
```php
0 commit comments