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

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

modulargaming/email
===================

Email module for Kohana

v1.0.0(12y ago)11281MITPHPPHP &gt;=5.3.2

Since Jul 25Pushed 12y ago5 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (1)

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

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

4677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d8255c65eec7e6cf302650813a90df65b599e35041077f9805185ab2e355a65?d=identicon)[modulargaming](/maintainers/modulargaming)

---

Top Contributors

[![shadowhand](https://avatars.githubusercontent.com/u/38203?v=4)](https://github.com/shadowhand "shadowhand (18 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)")[![Hinton](https://avatars.githubusercontent.com/u/137855?v=4)](https://github.com/Hinton "Hinton (3 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)")[![almirsarajcic](https://avatars.githubusercontent.com/u/845364?v=4)](https://github.com/almirsarajcic "almirsarajcic (1 commits)")[![BRMatt](https://avatars.githubusercontent.com/u/20394?v=4)](https://github.com/BRMatt "BRMatt (1 commits)")[![kemo](https://avatars.githubusercontent.com/u/100160?v=4)](https://github.com/kemo "kemo (1 commits)")[![Big-Shark](https://avatars.githubusercontent.com/u/646054?v=4)](https://github.com/Big-Shark "Big-Shark (1 commits)")[![itunali](https://avatars.githubusercontent.com/u/199362?v=4)](https://github.com/itunali "itunali (1 commits)")

---

Tags

emailkohana

### Embed Badge

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

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

###  Alternatives

[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)
