|
- <?php
-
-
-
- use yii\helpers\Html;
-
- ?>
-
- <p>Bonjour <?= Html::encode($user->name); ?>,</p>
-
- <p>Votre producteur <strong><?= Html::encode($producer->name); ?></strong> vient
- de créer un compte pour vous sur le site <a href="https://www.souke.fr/site/login">Souke</a>.</p>
-
- <p><strong>Ce compte vous permet de passer vos commandes chez ce producteur.</strong></p>
-
- <p>Voici vos identifiants de connexion :<br />
- Identifiant : <strong><?= Html::encode($user->email); ?></strong><br />
- Mot de passe : <strong><?= $password ?></strong></p>
-
- <p>À bientôt.</p>
|