PHPackages                             yii1tech/mailer - 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. [Templating &amp; Views](/categories/templating)
4. /
5. yii1tech/mailer

ActiveLibrary[Templating &amp; Views](/categories/templating)

yii1tech/mailer
===============

Provides integration of Symfony Mailer in the Yii1 application

1.0.1(1y ago)12.1k↓33.3%BSD-3-ClausePHPPHP &gt;=7.2

Since May 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yii1tech/mailer)[ Packagist](https://packagist.org/packages/yii1tech/mailer)[ GitHub Sponsors](https://github.com/klimov-paul)[ Patreon](https://www.patreon.com/klimov_paul)[ RSS](/packages/yii1tech-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

 [ ![](https://avatars.githubusercontent.com/u/134691944) ](https://github.com/yii1tech)

Symfony Mailer Extension for Yii 1
==================================

[](#symfony-mailer-extension-for-yii-1)

This extension provides integration of [Symfony Mailer](https://symfony.com/doc/current/mailer.html) in the Yii1 application.

For license information check the [LICENSE](LICENSE.md)-file.

[![Latest Stable Version](https://camo.githubusercontent.com/e0a2733f53ac2a9163bbba0717d304c0300e3dd3e12a8ccf6deed61b72e4196a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79696931746563682f6d61696c65722e737667)](https://packagist.org/packages/yii1tech/mailer)[![Total Downloads](https://camo.githubusercontent.com/2e78dab892e82f7b779399d34b42a695a7bdc901948aa08cde94b9eaa20684a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79696931746563682f6d61696c65722e737667)](https://packagist.org/packages/yii1tech/mailer)[![Build Status](https://github.com/yii1tech/mailer/workflows/build/badge.svg)](https://github.com/yii1tech/mailer/actions)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yii1tech/mailer

```

or add

```
"yii1tech/mailer": "*"
```

to the "require" section of your composer.json.

Usage
-----

[](#usage)

This extension provides integration of [Symfony Mailer](https://symfony.com/doc/current/mailer.html) in the Yii1 application. Application configuration example:

```
