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

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

ushahidi/shadowhand-email
=========================

Email helper class, uses Swiftmailer

010.7k2PHP

Since Mar 22Pushed 4y agoCompare

[ Source](https://github.com/ushahidi/shadowhand-email)[ Packagist](https://packagist.org/packages/ushahidi/shadowhand-email)[ RSS](/packages/ushahidi-shadowhand-email/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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.

Credits
-------

[](#credits)

Originally created by the [Kohana Team](team@kohanaframework.org) and Woody Gilk

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

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

---

Top Contributors

[![rjmackay](https://avatars.githubusercontent.com/u/7965?v=4)](https://github.com/rjmackay "rjmackay (3 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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