gpt4 book ai didi

email - fosUserBundle 发送邮件注册为空

转载 作者:行者123 更新时间:2023-12-04 10:26:16 27 4
gpt4 key购买 nike

因此,当我在生产环境中通过 fosUserBundle 表单注册时,它会向我的 gmail 发送一封电子邮件,但电子邮件中没有确认链接,只有这个

registration.email.message

在电子邮件的标题和正文中,有人知道为什么吗?

最佳答案

这是因为邮件是使用翻译器获取的内容,并且您的配置有误。

确保您启用了翻译器:

# app/config/config.yml
framework:
translator: { fallback: %locale% }

# app/config/parameters.yml
parameters:
locale: en # default locale

此外,如果您使用与英语不同的语言编写应用程序,请确保 key registration.email.message被翻译成它。如果不是,您可以通过编写以下文件来覆盖翻译:
# app/Resources/FOSUserBundle/translations/FOSUserBundle.{your_locale}.yml
registration:
email:
subject: Registration email subject
message: |
Here you can place the content of the email.
It can be multiline and you even have access to
variables %username% and %confirmationUrl%.

关于email - fosUserBundle 发送邮件注册为空,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15398024/

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