Open dustingraham opened 8 years ago
I've just pushed a new release for support for Laravel 5.1 and above. Support for Mailables is definitely on the roadmap and is not yet included in this version. Now that I'm up-to-date with the latest Laravel version I can see if this is doable in the current setup.
am hoping to see support added for the new Mailables as well!
Any news on this? :)
I would also like to see Mailable support added as well. Any update would be fantastic! Thanks for your hard work!
Laravel 5.3 is out. =)
I like their new Mailables feature.
Mail::to($request->user())->send(new OrderShipped($order));
Mailgun documentation doesn't suggest this is feasible yet. Thought I'd mention it.