Skip to content

Commit b12af47

Browse files
authored
Merge pull request #40 from mailjet/fix-readme
adjusted readme with email from and name from settings
2 parents f7df2d6 + ed026a6 commit b12af47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ First, include the package in your dependencies:
1616

1717
composer require mailjet/laravel-mailjet
1818

19-
Then, you need to add some informations in your configuration files. You can find your Mailjet API key/secret [here](https://app.mailjet.com/account/api_keys)
19+
Then, you need to add some informations in your configuration files. You can find your Mailjet API key/secret [here](https://app.mailjet.com/account/api_keys).
20+
Please also set your email from address and name.
2021

2122
* In the providers array:
2223

@@ -53,6 +54,8 @@ Then, you need to add some informations in your configuration files. You can fin
5354
```php
5455
MAILJET_APIKEY=YOUR_APIKEY
5556
MAILJET_APISECRET=YOUR_APISECRET
57+
MAIL_FROM_ADDRESS=YOUR_EMAIL_FROM_ADDRESS
58+
MAIL_FROM_NAME=YOU_FROM_NAME
5659
```
5760

5861
## Full configuration

0 commit comments

Comments
 (0)