snowfire/Beautymail

Unable to get it working in 5.5

Opened this issue · 1 comments

I get the following error:

[Symfony\Component\Debug\Exception\FatalErrorException]                                                                                                                                                                    
  Class Snowfire\Beautymail\Beautymail contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Mail\Mailer::to, Illuminate\Contracts\Mail\Mailer::bcc)

Could you please bring an update for the latest laravel version?

I found that it was resolved in #71 and pulled in #77 (you could check those items for your reference :) ).

After changing in composer to dev-master:

...
"snowfire/beautymail": "dev-master",
...

and running composer update it should resolve the issue (at least it worked for me).