This is great considering Laravel has built in functionality that works well with Mailgun and other email providers. However, as the integration is meant to be generic so that you can plug in multiple email providers you lose certain functionality that may be available in an email provider specific integration. We really wanted to use Mailgun’s email templates which you don’t seem to be able to use via the usual Laravel email integration unfortunately :(
This allows you to select a template that you have created from Mailgun that corresponds to the name of the template. Our template name is showcase_mailgun_template in Mailgun so our template should correspond to the same name.