FOSUserBundle Confirmation after registration

Viewed 2919

I have activated in the FOSUserBundle the email confirmation. It allows users to receive a link by mail after they registration.

registration:
    confirmation:
        enabled: true

But It's not really what I want. I just want to send a welcome mail to confirm their registration (with no confirmation link).

Is it possible to configurate that in the FOSUserBundle?

1 Answers
Related