mailersend / mailersend-laravel-driver

The official MailerSend Laravel Driver
https://developers.mailersend.com
MIT License
72 stars 20 forks source link

cannot send email without From name #3

Closed lechbaczynski closed 2 years ago

lechbaczynski commented 3 years ago

got error: image

after using function from from Illuminate/Mail/Mailable public function from($address, $name = null) with just one parameter like: from(email@example.com)

alex-kuttner commented 3 years ago

For anyone with the same error you need to include the second param like so ->from('contact@domain.com', 'Sales')