PHPackages                             icodr8/contao-accountmail - 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. icodr8/contao-accountmail

Abandoned → [craffft/accountmail-bundle](/?search=craffft%2Faccountmail-bundle)ArchivedContao-module[Mail &amp; Notifications](/categories/mail)

icodr8/contao-accountmail
=========================

Login data emails for contao accounts.

1.3.0(11y ago)013LGPL-3.0+PHPPHP &gt;=5.3.2

Since Jul 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Craffft/contao-accountmail)[ Packagist](https://packagist.org/packages/icodr8/contao-accountmail)[ Docs](http://craffft.de)[ RSS](/packages/icodr8-contao-accountmail/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (8)Used By (0)

Contao extension accountmail
============================

[](#contao-extension-accountmail)

What is accountmail
-------------------

[](#what-is-accountmail)

Accountmail sends emails to new members and users in contao. If a member or a user gets a new password, an email will also be sent. In the backend, the email contents can be changed.

License
-------

[](#license)

This Contao extension is licensed under the terms of the LGPLv3.

Hooks
-----

[](#hooks)

```
$GLOBALS['TL_HOOKS']['replaceAccountMailParameters'][] = array('Hooks', 'replaceAccountMailParameters');

/**
 * @param $strType
 * @param $arrParameters
 * @param $dc
 * @return array
 */
public function replaceAccountMailParameters($strType, $arrParameters, $dc)
{
    switch ($strType) {
        case 'emailNewMember':
            // Do anything
            break;

        case 'emailChangedMemberPassword':
            // Do anything
            break;

        case 'emailNewUser':
            // Do anything
            break;

        case 'emailChangedUserPassword':
            // Do anything
            break;
    }

    return $arrParameters;
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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 ~72 days

Total

5

Last Release

4027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bb19a9412cab30e88d3c7c95b054d0b05c4497ac759d2bd4a3f137139437a13?d=identicon)[Craffft](/maintainers/Craffft)

---

Tags

emailusermemberaccount

### Embed Badge

![Health badge](/badges/icodr8-contao-accountmail/health.svg)

```
[![Health](https://phpackages.com/badges/icodr8-contao-accountmail/health.svg)](https://phpackages.com/packages/icodr8-contao-accountmail)
```

###  Alternatives

[camfindlay/apes

The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

122.6k](/packages/camfindlay-apes)

PHPackages © 2026

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