Bogardo / Mailgun

Mailgun package for Laravel
MIT License
295 stars 115 forks source link

Laravel 5.3 and Mailable Support #72

Open dustingraham opened 8 years ago

dustingraham commented 8 years ago

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.

Bogardo commented 7 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.

vesper8 commented 7 years ago

am hoping to see support added for the new Mailables as well!

kylescousin commented 7 years ago

Any news on this? :)

kadivadavidak commented 6 years ago

I would also like to see Mailable support added as well. Any update would be fantastic! Thanks for your hard work!