Question

I need to change template of confirmation email in FOSUserBundle. I have this settings, but it doesn't work:

fos_user:
    db_driver: orm
    firewall_name: main
    user_class: Acme\UserBundle\Entity\User
    registration:
        confirmation:
            enabled:    true
        email:
            template: AcmeUserBundle:User:confirm.email.twig

Error is:

Unrecognized options "email" under "fos_user.registration"
Was it helpful?

Solution

Do you mean confirmation email template?

    confirmation:
        enabled:    true
        template:   MgpAppBundle:Registration:email.txt.twig
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top