Devise Mailer with SubDomain - reset password instructions with extra param

135 views Asked by At

My subdomain depends on the REQUEST, like @subdomain = request.subdomain

I need to send the reset password instructions with this subdomain in the URLs.

There is a way to do that with Devise?

I couldn't find a way to add an extra param to Devise and see the data in the mailer view.

0

There are 0 answers