Commit 4b20fdc7 by Qiang Xue

typo fix.

parent 0e1a23f0
...@@ -19,7 +19,7 @@ use yii\mail\BaseMailer; ...@@ -19,7 +19,7 @@ use yii\mail\BaseMailer;
* ~~~ * ~~~
* 'components' => [ * 'components' => [
* ... * ...
* 'email' => [ * 'mail' => [
* 'class' => 'yii\swiftmailer\Mailer', * 'class' => 'yii\swiftmailer\Mailer',
* 'transport' => [ * 'transport' => [
* 'class' => 'Swift_SmtpTransport', * 'class' => 'Swift_SmtpTransport',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment