laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

feat: ability to add message body from a markdown file

Open myint-oo opened this issue 2 years ago • 0 comments

❓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 ✅ unit test code for the markdown method ✅ update it readme for the new markdown method

myint-oo avatar Aug 06 '22 10:08 myint-oo