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(13y ago)11281MITPHPPHP &gt;=5.3.2

Since Jul 25Pushed 13y 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 1w 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 57% 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

4769d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11527?v=4)[Modular Gaming](/maintainers/modulargaming)[@modulargaming](https://github.com/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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.6k10](/packages/helsingborg-stad-municipio)[etailors/mautic-amazon-ses

Amazon SES Mailer Plugin for Mautic

595.0k](/packages/etailors-mautic-amazon-ses)[pressbooks/pressbooks-book

This theme is named after Canadian media theorist Marshall McLuhan, who coined the phrase “the medium is the message.” It is designed for academic writing and is also suitable for fiction. Headings are set in Cormorant Garamond, and body type is set in Lora.

226.7k](/packages/pressbooks-pressbooks-book)

PHPackages © 2026

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