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 9e8cf0a commit d5dfc4dCopy full SHA for d5dfc4d
README.md
@@ -10,7 +10,7 @@ PHP Class for sending email.
10
```
11
1. Include autoload file
12
```php
13
- include('vendor/autoload.php');
+ require_once('vendor/autoload.php');
14
15
## Manually install
16
1. Download [Archive](https://github.com/ddrv/mailer/archive/master.zip)
0 commit comments