dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
289 stars 133 forks source link

feat: ability to add message body from a markdown file #234

Closed myint-oo closed 2 years ago

myint-oo commented 2 years ago

❓laravel markdown mails are a lot cleaner than regular blade based mail and the existing view method cannot be used for the markdown files

This PR ✅ adds markdown method just like existing view method which basically does the same thing as laravel mailable markdown method ✅ adds unit test code for the markdown method ✅ updates readme for the new markdown method