2017 © Pedro Peláez
 

contao-module contao-accountmail

Login data emails for contao accounts.

image

craffft/contao-accountmail

Login data emails for contao accounts.

  • Monday, May 4, 2015
  • by Craffft
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Contao extension 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., (*1)

License

This Contao extension is licensed under the terms of the LGPLv3. http://www.gnu.org/licenses/lgpl-3.0.html, (*2)

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;
}

The Versions

04/05 2015

dev-major/2.0.0

dev-major/2.0.0 http://craffft.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

04/05 2015

dev-master

9999999-dev http://craffft.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

04/05 2015

1.3.0

1.3.0.0 http://craffft.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

04/05 2015

dev-development

dev-development http://craffft.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

20/02 2015

1.2.0

1.2.0.0 http://craffft.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

22/08 2014

1.1.1

1.1.1.0 http://daniel-kiesel.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

22/08 2014

1.1.0

1.1.0.0 http://daniel-kiesel.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account

18/07 2014

1.0.0

1.0.0.0 http://daniel-kiesel.de

Login data emails for contao accounts.

  Sources   Download

LGPL-3.0+

The Requires

 

email user member account