├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json ├── config ├── di.php └── params.php ├── psalm80.xml ├── rector.php └── src └── EmailTarget.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/composer.json -------------------------------------------------------------------------------- /config/di.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/config/di.php -------------------------------------------------------------------------------- /config/params.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/config/params.php -------------------------------------------------------------------------------- /psalm80.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/psalm80.xml -------------------------------------------------------------------------------- /rector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/rector.php -------------------------------------------------------------------------------- /src/EmailTarget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yiisoft/log-target-email/HEAD/src/EmailTarget.php --------------------------------------------------------------------------------