PHPackages                             illusorium/kohana-email - 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. illusorium/kohana-email

ActiveKohana-module[Mail &amp; Notifications](/categories/mail)

illusorium/kohana-email
=======================

Email helper for Kohana, uses Swiftmailer. Based on shadowhand/email repo that is now removed.

v2.0.2(11y ago)13032BSD-3-ClausePHPPHP &gt;=5.3.0

Since Aug 16Pushed 9y agoCompare

[ Source](https://github.com/illusorium/email)[ Packagist](https://packagist.org/packages/illusorium/kohana-email)[ Docs](http://github.com/shadowhand/email)[ RSS](/packages/illusorium-kohana-email/feed)WikiDiscussions 3.3/master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Email Module For Kohana 3.x
===========================

[](#email-module-for-kohana-3x)

Factory-based email class. This class is a simple wrapper around [Swiftmailer](http://github.com/swiftmailer/swiftmailer).

Usage
-----

[](#usage)

Create new messages using the `Email::factory($subject, $message)` method. Add recipients, add sender, send message:

```
$email = Email::factory('Hello, World', 'This is my body, it is nice.')
    ->to('person@example.com')
    ->from('you@example.com', 'My Name')
    ->send()
    ;

```

You can also add HTML to your message:

```
$email->message('This is my body, it is nice.', 'text/html');

```

Additional recipients can be added using the `to()`, `cc()`, and `bcc()` methods.

Additional senders can be added using the `from()` and `reply_to()` methods. If multiple sender addresses are specified, you need to set the actual sender of the message using the `sender()` method. Set the bounce recipient by using the `return_path()` method.

To access and modify the [Swiftmailer message](http://swiftmailer.org/docs/messages) directly, use the `raw_message()` method.

Configuration
-------------

[](#configuration)

Configuration is stored in `config/email.php`. Options are dependant upon transport method used. Consult the Swiftmailer documentation for options available to each transport.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 62% 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

Every ~15 days

Total

3

Last Release

4257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b54194f23f92f5ac94479ce84ee3588bb422f2cf64a7cc358ec57ae529d202e9?d=identicon)[illusorium](/maintainers/illusorium)

---

Top Contributors

[![shadowhand](https://avatars.githubusercontent.com/u/38203?v=4)](https://github.com/shadowhand "shadowhand (31 commits)")[![alexkingorg](https://avatars.githubusercontent.com/u/108423?v=4)](https://github.com/alexkingorg "alexkingorg (4 commits)")[![banks](https://avatars.githubusercontent.com/u/120915?v=4)](https://github.com/banks "banks (3 commits)")[![illusorium](https://avatars.githubusercontent.com/u/24568352?v=4)](https://github.com/illusorium "illusorium (2 commits)")[![lillem4n](https://avatars.githubusercontent.com/u/281230?v=4)](https://github.com/lillem4n "lillem4n (2 commits)")[![bumperbox](https://avatars.githubusercontent.com/u/193672?v=4)](https://github.com/bumperbox "bumperbox (1 commits)")[![FeeiCN](https://avatars.githubusercontent.com/u/1611552?v=4)](https://github.com/FeeiCN "FeeiCN (1 commits)")[![Hinton](https://avatars.githubusercontent.com/u/137855?v=4)](https://github.com/Hinton "Hinton (1 commits)")[![itunali](https://avatars.githubusercontent.com/u/199362?v=4)](https://github.com/itunali "itunali (1 commits)")[![kemo](https://avatars.githubusercontent.com/u/100160?v=4)](https://github.com/kemo "kemo (1 commits)")[![almirsarajcic](https://avatars.githubusercontent.com/u/845364?v=4)](https://github.com/almirsarajcic "almirsarajcic (1 commits)")[![Big-Shark](https://avatars.githubusercontent.com/u/646054?v=4)](https://github.com/Big-Shark "Big-Shark (1 commits)")[![BRMatt](https://avatars.githubusercontent.com/u/20394?v=4)](https://github.com/BRMatt "BRMatt (1 commits)")

---

Tags

helperemaillibrarykohanamoduleohanzeeswiftmailer

### Embed Badge

![Health badge](/badges/illusorium-kohana-email/health.svg)

```
[![Health](https://phpackages.com/badges/illusorium-kohana-email/health.svg)](https://phpackages.com/packages/illusorium-kohana-email)
```

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[andrewdyer/slim3-mailer

Email support for the Slim Framework using Twig and Swift Mailer.

1032.7k](/packages/andrewdyer-slim3-mailer)

PHPackages © 2026

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