PHPackages                             danielkellyio/mailgun-mailable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. danielkellyio/mailgun-mailable

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

danielkellyio/mailgun-mailable
==============================

A trait to make your laravel mailables smarter about working with mailgun

1.0.4(5y ago)0876—0%MITPHP

Since Jul 21Pushed 5y agoCompare

[ Source](https://github.com/danielkellyio/mailgun-mailable)[ Packagist](https://packagist.org/packages/danielkellyio/mailgun-mailable)[ RSS](/packages/danielkellyio-mailgun-mailable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

Mailgun Mailable
================

[](#mailgun-mailable)

A trait to make your laravel mailables smarter about working with mailgun.

*Note* - not used to send your mail with Mailgun. Use with mail that's already being sent with Mailgun using Laravel's out of the box Mailgun driver. Provides some helper methods to deal with unique Mailgun features like variables and tags.

### Installation

[](#installation)

```
composer require danielkellyio/mailgun-mailable

```

### Add tags to an email

[](#add-tags-to-an-email)

[What are mailgun tags?](https://www.mailgun.com/blog/tags-explained-gaining-useful-insights-from-email-segmentation/)

```
