PHPackages                             cliffparnitzky/birthday-mailer - 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. cliffparnitzky/birthday-mailer

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

cliffparnitzky/birthday-mailer
==============================

Sends a birthday email to all the members having their birthday on the current day.

1.3.5(7y ago)02982[4 issues](https://github.com/cliffparnitzky/BirthdayMailer/issues)[1 PRs](https://github.com/cliffparnitzky/BirthdayMailer/pulls)LGPL-3.0-or-laterPHPPHP &gt;=5.3

Since May 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/cliffparnitzky/BirthdayMailer)[ Packagist](https://packagist.org/packages/cliffparnitzky/birthday-mailer)[ RSS](/packages/cliffparnitzky-birthday-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (9)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4c2f6feb33228d8b6ed88b9da5b78dc5d3417b5d2455b273ad8cea57916b5ae6/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6966667061726e69747a6b792f62697274686461792d6d61696c65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/birthday-mailer)[![Installations via composer per month](https://camo.githubusercontent.com/99adf0e91804850708253eb793419d0753db9d0d5c4d762fe855f447f28d0b3a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f636c6966667061726e69747a6b792f62697274686461792d6d61696c65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/birthday-mailer)[![Installations via composer total](https://camo.githubusercontent.com/e9373257d5c16b220fa7ca91f11be3b6bcb35431ded351fa0e38b91c21d40a7a/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6966667061726e69747a6b792f62697274686461792d6d61696c65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/cliffparnitzky/birthday-mailer)

Contao Extension: BirthdayMailer
================================

[](#contao-extension-birthdaymailer)

Sends a birthday email to all the members having their birthday on the current day.

Installation
------------

[](#installation)

Install the extension via composer: [cliffparnitzky/birthday-mailer](https://packagist.org/packages/cliffparnitzky/birthday-mailer).

If you prefer to install it manually, download the latest release here:

Tracker
-------

[](#tracker)

Compatibility
-------------

[](#compatibility)

- Contao version &gt;= 3.2.0 ... &lt; 3.6.0
- Contao version &gt;= 4.4.0

Dependency
----------

[](#dependency)

This extension is dependent on the following extensions:

- [\[friends-of-contao/contao-associategroups\]](https://packagist.org/packages/friends-of-contao/contao-associategroups)

Inserttags
----------

[](#inserttags)

```
{{birthdaychild::*}} ... This tag returns all the values of the current member (replace * with any attribute of the member, e.g. firstname or company, the attribute password is not allowed).
{{birthdaychild::salutation}} ... This tag returns the salutation of the member (depending on gender).
{{birthdaychild::name}} ... This tag returns first and last name of the member.
{{birthdaychild::groupname}} ... This tag returns the name of the member group of the current configuration.
{{birthdaychild::age}} ... This tag returns the age of the member.
{{birthdaymailer::email}} ... This tag returns the e-mail the configured sender.
{{birthdaymailer::name}} ... This tag returns the name of the configured sender.

```

Hooks
-----

[](#hooks)

### birthdayMailerAbortSendMail

[](#birthdaymailerabortsendmail)

The "birthdayMailerAbortSendMail" hook is triggered for for checking if a birthday mail should be send. So custom checking for each birthday child is possible. It passes `$birthdayChildConfig` (the config of the current birthday child) and `$blnAbortSendMail` (the current value, if sending should be aborted). It expects a boolean return value.

```
// config.php

$GLOBALS['TL_HOOKS']['birthdayMailerAbortSendMail'][]   = array('MyClass', 'myAbortSendMail');

// MyClass.php

class MyClass
{
	public function myAbortSendMail($birthdayChildConfig, $blnAbortSendMail)
	{
		if ($blnAbortSendMail !== TRUE && $birthdayChildConfig->id == 1)
		{
			$blnAbortSendMail = true;
			$this->log('SEnding birthday mail to member with id "1" was aborted.', 'MyClass myAbortSendMail()', TL_INFO);
		}
		return $blnAbortSendMail;
	}
}

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~254 days

Recently: every ~317 days

Total

6

Last Release

2751d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c34c817a5fb386eaa052d42db39572aae9d86a2c37896c38b080e7dde9bcb129?d=identicon)[cliffparnitzky](/maintainers/cliffparnitzky)

---

Top Contributors

[![cliffparnitzky](https://avatars.githubusercontent.com/u/1247552?v=4)](https://github.com/cliffparnitzky "cliffparnitzky (40 commits)")[![fritzmg](https://avatars.githubusercontent.com/u/4970961?v=4)](https://github.com/fritzmg "fritzmg (1 commits)")

---

Tags

emailcontaomembersbirthdaybirthdaymail

### Embed Badge

![Health badge](/badges/cliffparnitzky-birthday-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/cliffparnitzky-birthday-mailer/health.svg)](https://phpackages.com/packages/cliffparnitzky-birthday-mailer)
```

###  Alternatives

[terminal42/notification_center

Notification Center extension for Contao Open Source CMS

68396.6k78](/packages/terminal42-notification-center)[oneup/contao-mailchimp

This extension connects a Contao installation with MailChimp.

1215.3k](/packages/oneup-contao-mailchimp)[avisota/contao-core

Avisota newslettersystem for contao

202.8k24](/packages/avisota-contao-core)

PHPackages © 2026

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