forked from yiisoft/yii2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian translation fixes yiisoft#11164
- Loading branch information
Showing
6 changed files
with
39 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Mailing | ||
Отправка почты | ||
======= | ||
|
||
> Note: Этот раздел находиться в стадии разработки. | ||
|
@@ -101,7 +101,7 @@ use yii\helpers\Url; | |
Для того, чтобы оформить содержание сообщения через файл вида, просто передайте название файла вида в `compose()` метод: | ||
|
||
```php | ||
Yii::$app->mailer->compose('home-link') // здесь устанавливается результат рендеринга вида в тело сообщения | ||
Yii::$app->mailer->compose('home-link') // здесь устанавливается результат рендеринга вида в тело сообщения | ||
->setFrom('[email protected]') | ||
->setTo('[email protected]') | ||
->setSubject('Message subject') | ||
|
Oops, something went wrong.