PHPackages                             arrogance/mailrelay-bundle - 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. arrogance/mailrelay-bundle

AbandonedArchivedSymfony-bundle[Mail &amp; Notifications](/categories/mail)

arrogance/mailrelay-bundle
==========================

A bundle to send, track and manage emails sent with Mailrelay.com

1.0.7(10y ago)294MITPHPPHP &gt;=5.3.9

Since Feb 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Arrogance/MailrelayBundle)[ Packagist](https://packagist.org/packages/arrogance/mailrelay-bundle)[ Docs](https://github.com/Arrogance/MailrelayBundle)[ RSS](/packages/arrogance-mailrelay-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (11)Used By (0)

MailrelayBundle - 1.0@dev - [![Build Status](https://camo.githubusercontent.com/4724f8d174a9aa6586271ee3064fcf0add5fd0f3c9408a22db99054fae87e97a/68747470733a2f2f7472617669732d63692e6f72672f4172726f67616e63652f4d61696c72656c617942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Arrogance/MailrelayBundle) ![Packagist](https://camo.githubusercontent.com/95b3f2048b3d5a7de9531c2df3e35001cecb9ac2116c00a36d910777999a10f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4172726f67616e63652f6d61696c72656c61792d62756e646c652e737667) ![Packagist](https://camo.githubusercontent.com/10af23ae9f68faea738a88f1632db4f40824772988c93eb8955a874befd385bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4172726f67616e63652f6d61696c72656c61792d62756e646c652e737667)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#mailrelaybundle---10dev-----)

A bundle to send, track and manage emails sent with Mailrelay.com.

*Attention: This bundle is under a high development, wiki and instructions ***may be*** incomplete or inexistent yet. Use it under your very own discretion and responsibility.*

How to Install
--------------

[](#how-to-install)

Use composer to install the bundle:

```
$ composer require arrogance/mailrelay-bundle ^1.0
```

Load the bundle in `AppKernel.php`:

```
    $bundles = array(
        // ...
        new Arrogance\MailrelayBundle\ArroganceMailrelayBundle(),
    );
```

### Configure

[](#configure)

Add in `parameters.yml` file:

```
    mailrelay_apikey: YourAPIKey
    mailrelay_access_point: yourUser.ip-zone.com
```

and/or `config.yml`:

```
arrogance_mailrelay:
    api_key: "%mailrelay_apikey%"
    access_point: "%mailrelay_access_point%"
```

Quick Start
-----------

[](#quick-start)

#### Send Email

[](#send-email)

```
use Arrogance\MailrelayBundle\Email;
// ...
$client = $this->get('arrogance_mailrelay.client');

$email = new Email\Email();
$email->addEmail('test@test.io', 'Your recipìent')
    ->addEmail('another@test.io')
    ->setSubject('Email de prueba desde la API')
    ->setHtml($this->get('twig')->render('@YourBundle/Default/email.html.twig', array()))
    ->setFromId(1)
    ->setReplyId(1)
    ->setReportId(1)
    ->setPackageId(6);

// Mailrelay response
$response = $client->sendMail($email);
```

### [View full documentation](https://github.com/Arrogance/MailrelayBundle/wiki/Documentation)

[](#view-full-documentation)

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2016 Manuel Raya

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~1 days

Total

10

Last Release

3786d ago

Major Versions

0.0.2.1a → 1.0.02016-02-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/592e627cd145667eda3053f08eb8e9d26e84cc8e99753e060ec35b4c34508513?d=identicon)[Arrogance](/maintainers/Arrogance)

---

Top Contributors

[![Arrogance](https://avatars.githubusercontent.com/u/284882?v=4)](https://github.com/Arrogance "Arrogance (47 commits)")

---

Tags

bundleSymfony2smtpmailrelay

### Embed Badge

![Health badge](/badges/arrogance-mailrelay-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/arrogance-mailrelay-bundle/health.svg)](https://phpackages.com/packages/arrogance-mailrelay-bundle)
```

###  Alternatives

[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)

PHPackages © 2026

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