aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/config/services.yml
blob: 93e04d59253e23c6cc50c675a55ba06839f275b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
services:
    wallabag_user.auth_code_mailer:
        class: Wallabag\UserBundle\Mailer\AuthCodeMailer
        arguments:
            - "@mailer"
            - "@twig"
            - "%scheb_two_factor.email.sender_email%"
            - "%scheb_two_factor.email.sender_name%"
            - "%wallabag_support_url%"
            - "%wallabag_url%"