gpt4 book ai didi

php - 更改 Yii 2 中邮件的默认查看路径?

转载 作者:行者123 更新时间:2023-12-01 12:38:26 25 4
gpt4 key购买 nike

是否可以在 Yii 2 中更改邮件的默认查看路径?

阅读 this似乎您可以更改 View 路径的唯一方法是调用:

setViewPath()

..但我不想每次写代码发送邮件时都调用它;我宁愿只能够更改默认 View 路径。这可以做到吗?如果可以,怎么做?

最佳答案

是的,您可以在应用程序配置中更改默认 View 路径:

'components' => [
'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '...', // Insert path here, you can use aliases
],
],

关于php - 更改 Yii 2 中邮件的默认查看路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27374128/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com