Intellow

Results 4 comments of Intellow

> hmm we use it on blog.laravel.com and it seems to be working fine for us. Are you sure you are on the latest Wink? Yep, I just installed it...

> Hey @vesper8 > > Did you manage to get it to work? > > In a recent project I also couldn't get it to work at first, but after...

I was able to manually set any outgoing email to use HTML with the following: ```php Mail::send([], [], function ($message) use ($email, $contactEmail) { $message->to($contactEmail) ->replyTo($email->from()) ->subject($email->subject()) ->setBody($email->body(), "text/html"); });...

I'm having the same problem. I'm getting the following errors in the console: ![image](https://user-images.githubusercontent.com/40676515/51435256-3cc88a80-1c39-11e9-8e6b-e15831d1edae.png)