laravel-gmail
laravel-gmail copied to clipboard
feat: ability to add message body from a markdown file
❓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