PHPackages                             uccello/email-history - 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. uccello/email-history

ActiveLibrary

uccello/email-history
=====================

An Uccello package to log email sent.

v1.1.0(5y ago)047[24 PRs](https://github.com/uccellolabs/uccello-email-history/pulls)MITPHP

Since Mar 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/uccellolabs/uccello-email-history)[ Packagist](https://packagist.org/packages/uccello/email-history)[ RSS](/packages/uccello-email-history/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (1)Versions (27)Used By (0)

Email History
=============

[](#email-history)

This package allows you to track with Uccello emails sent.

Installation
------------

[](#installation)

### Install with composer

[](#install-with-composer)

```
composer require uccello/email-history
```

### Publish assets

[](#publish-assets)

```
php artisan vendor:publish --tag=email-history-assets
```

Usage
-----

[](#usage)

### Create Related Lists

[](#create-related-lists)

With a migration, create a [Related List](https://uccello.gitbook.io/doc/the-basics/related-list) to display emails sent related to a record:

```
php artisan make:migration create_email_history_rl
```

```
