This module send a confirmation email to the customer on account creation (with a copy to the store email address in the store configuration).
Download the .zip file of this module or create a git submodule into your project like this :
cd /path-to-thelia
git submodule add https://github.com/nicolasleon/Maintenance.git local/modules/Notifier
To install the module, copy the folder Notifier into your modules/
directory (install_dir/local/modules).
Next, go to your Thelia admin panel and activate the module.
Ce module envoie un email de confirmation d'inscription au client à la création du compte (ainsi qu'une copie à l'adresse email renseignée dans la configuration des informations de la boutique)
Téléchargez le fichier zip du module ou créez un submodule Git dans votre projet comme ceci :
cd /dossier-thelia
git submodule add https://github.com/nicolasleon/Maintenance.git local/modules/Notifier
Pour installer le module, copiez le dossier Notifier dans le répertoire /local/modules situé à la racine de votre dossier Thelia (mon-dossier-thelia/local/modules).
Activez le module dans l'interface d'administration Thelia.