문제

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"
도움이 되었습니까?

해결책

Do you mean confirmation email template?

    confirmation:
        enabled:    true
        template:   MgpAppBundle:Registration:email.txt.twig
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top