Config mail.ru smtp
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'adminEmail' => 'supp0rt.friday@yandex.ru',
|
||||
'supportEmail' => 'supp0rt.friday@yandex.ru',
|
||||
'senderEmail' => 'supp0rt.friday@yandex.ru',
|
||||
'senderName' => 'Friday.support mailer',
|
||||
'adminEmail' => 'chancellery@itguild.info',
|
||||
'supportEmail' => 'chancellery@itguild.info',
|
||||
'senderEmail' => 'chancellery@itguild.info',
|
||||
'senderName' => 'Chancellery ITguild mailer',
|
||||
'user.passwordResetTokenExpire' => 3600,
|
||||
'user.passwordMinLength' => 8,
|
||||
];
|
||||
|
10
common/mail/signup-html.php
Normal file
10
common/mail/signup-html.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $user common\models\User */
|
||||
|
||||
?>
|
||||
Hello <?= $user->username ?>,
|
||||
|
||||
You have successfully registered!
|
||||
|
10
common/mail/signup-text.php
Normal file
10
common/mail/signup-text.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $user common\models\User */
|
||||
|
||||
?>
|
||||
Hello <?= $user->username ?>,
|
||||
|
||||
You have successfully registered!
|
||||
|
Reference in New Issue
Block a user