[Symfony2] [SwiftMailer]您已请求不存在的参数“sender_name”

时间:2015-08-03 07:51:15

标签: php symfony swiftmailer

我在symfony2中为我的项目安装了一个新的bundle,现在swiftmailer返回错误。

  

您已请求不存在的参数“sender_name”。

Swiftmailer Configuration
swiftmailer:
transport: %mailer_transport%
host:      %mailer_host%
encryption: %mailer_encryption%
username:  %mailer_user%
password:  %mailer_password%
spool:     { type: memory }

1 个答案:

答案 0 :(得分:2)

尝试在parameters.yml中添加sender_name参数 并在你的config.yml添加

swiftmailer:
    sender_name: %sender_name%