From 7ea7963c5856f229ab777556ae39eabf24e87534 Mon Sep 17 00:00:00 2001 From: Artem Bondarenko Date: Fri, 27 Nov 2020 18:41:49 +0200 Subject: [PATCH 1/2] adjusted readme with email from and name from settings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dfbc5b4..21e4021 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Then, you need to add some informations in your configuration files. You can fin ```php MAILJET_APIKEY=YOUR_APIKEY MAILJET_APISECRET=YOUR_APISECRET +MAIL_FROM_ADDRESS=YOUR_EMAIL_FROM_ADDRESS +MAIL_FROM_NAME=YOU_FROM_NAME ``` ## Full configuration From ed026a6946938d8175b3ad72476d9f1208b9ce82 Mon Sep 17 00:00:00 2001 From: Artem Bondarenko Date: Fri, 27 Nov 2020 18:43:25 +0200 Subject: [PATCH 2/2] adjusted readme with email from and name from settings --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e4021..909a2ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ First, include the package in your dependencies: composer require mailjet/laravel-mailjet -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) +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). +Please also set your email from address and name. * In the providers array: