未发送电子邮件以重置密码功能

时间:2014-12-21 12:39:45

标签: php email symfony fosuserbundle

我遇到了FOSUSERBUNDLE和重置密码功能的问题。重置电子邮件不会以prod模式发送。 (但注册邮件没有问题)。

我的app / logs / prod.log中有这个错误,但我不知道如何修复它。

[2014-12-21 13:26:34] request.INFO: Matched route "fos_user_resetting_send_email" (parameters: "_controller": "FOS\UserBundle\Controller\ResettingController::sendEmailAction", "_route": "fos_user_resetting_send_email") [] []
[2014-12-21 13:26:34] security.INFO: Populated SecurityContext with an anonymous Token [] []
[2014-12-21 13:26:34] security.DEBUG: Write SecurityContext in the session [] []
[2014-12-21 13:26:35] app.ERROR: Exception occurred while flushing email queue: Expected response code 250 but got code "", with message "" [] []

有人可以帮帮我吗?

1 个答案:

答案 0 :(得分:0)

我解决了我的问题。在配置部分参数时,似乎会发生此错误。文档here说明了如何独立配置两个邮件发送选项,以及如何同时配置两个邮件发送选项。这是导致我的错误的最后一点。我刚刚配置了两个选项的一部分而不是两个。

无论如何,谢谢你,如果它以后对某人有用......