FosUserBundle. The child node "from_email" at path "fos_user" must be configured.

FosUserBundle. The child node "from_email" at path "fos_user" must be configured.

Данная проблема связана с изменившимися настройками FOSUserBundle. Решается это простым добавлением необходимых конфигов в файл app/config/config.yml

fos_user:
    from_email:
        address: you@example.com
        sender_name: You