M
M
Maxim2019-01-15 14:08:30
Yii
Maxim, 2019-01-15 14:08:30

Yii2 why links in a mail letter flies?

Hello! I can not understand why when sending mail letters in the letter the links become inactive. They lose the 'href' parameter
Letter example

<p>
  Ссылка для входа: <?= \frontend\helpers\Html::a(\yii\helpers\Url::home(true)) ?>
</p>

At the output I get:
<p>
  Ссылка для входа: <a>http://crm.topjam.ru/sk-orto/</a></p>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2019-01-15
@myks92

Probably the answer is in your custom helper, \frontend\helpers\Html::ahow do we know what its "a" method does? Can you show me the code for it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question