PHPackages                             asmoday74/yii2-mailer-task - 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. asmoday74/yii2-mailer-task

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

asmoday74/yii2-mailer-task
==========================

Component for sending messages via yii2-tasks

1.0(1y ago)02MITPHP

Since Mar 10Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/asmoday74/yii2-mailer-task)[ Packagist](https://packagist.org/packages/asmoday74/yii2-mailer-task)[ RSS](/packages/asmoday74-yii2-mailer-task/feed)WikiDiscussions master Synced 1mo ago

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

YII2 Mailer Task
================

[](#yii2-mailer-task)

Component for sending messages via yii2-tasks

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist asmoday74/yii2-mailer-task "*"

```

or add

```
"asmoday74/yii2-mailer-task": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

As soon as the extension is installed, indicate in the settings of the Mailer component the path to it:

```
    'components' => [
        'mailer' => [
        'class' => \asmoday74\mailertask\Mailer::class,
        'viewPath' => '@common/mail', //or @app/mail for basic template yii2
        'useFileTransport' => false,
        'transport' => [
            'scheme' => 'smtps',
            'host' => 'your smtp server',
            'username' => 'your login',
            'password' => 'your password',
            'port' => '465',
            'encryption' => 'ssl',
        ],
    ],

    ...
    ]
```

Other
-----

[](#other)

Do not forget to configure [TASKS](https://github.com/asmoday74/yii2-tasks) launch according to your preferences.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance51

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

428d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11393255?v=4)[asmoday74](/maintainers/asmoday74)[@asmoday74](https://github.com/asmoday74)

---

Top Contributors

[![asmoday74](https://avatars.githubusercontent.com/u/11393255?v=4)](https://github.com/asmoday74 "asmoday74 (1 commits)")

---

Tags

maileryii2extensiontask

### Embed Badge

![Health badge](/badges/asmoday74-yii2-mailer-task/health.svg)

```
[![Health](https://phpackages.com/badges/asmoday74-yii2-mailer-task/health.svg)](https://phpackages.com/packages/asmoday74-yii2-mailer-task)
```

###  Alternatives

[nickcv/yii2-mandrill

Mandrill Api Integration for Yii2

29554.2k2](/packages/nickcv-yii2-mandrill)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[djagya/yii2-sparkpost

A library provides Yii2 integration with SparkPost mail service

1816.3k](/packages/djagya-yii2-sparkpost)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
