YieldStudio / laravel-mailjet-notifier

Easily send Mailjet transactional email and sms with Laravel notifier.
MIT License
2 stars 2 forks source link

From sender Email #4

Closed luluni83 closed 1 year ago

luluni83 commented 1 year ago

According to Mailjet API, FROM sender must be an array, not an array of array like TO or CC fields. So line 92 of MailjetEmailMessage class, you must remove the brackets to change $this->from[] = [ into $this->from = [ Thanks for the script however.

JamesHemery commented 1 year ago

@dtangdev peux-tu regarder ce sujet quand tu auras un moment ?