Bogardo / Mailgun

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

Allow raw() method to accept rendered HTML and text in an array #126

Closed markokeeffe closed 6 years ago

markokeeffe commented 7 years ago

It would be extremely useful to be able to provide raw HTML and text content separately.

This fix uses the same concept as the send() method uses to support separate HTML and text view names.