Re: [Rails] rails & custom devise controller > email templates

2018-11-26 Thread Rob Zolkos
This may help https://til.codes/rails-devise-send-different-emails-for-confirmation-based-on-the-presence-of-attribute-or-parameter/ You can also configure which email layout to use (would be similar to how you are setting the application layout to use). # Or to configure mailer layout

Re: [Rails] rails & custom devise controller > email templates

2018-11-15 Thread Walter Lee Davis
> On Nov 15, 2018, at 9:02 AM, tom wrote: > > hello, > > i have an app that operates under 2 domains, depending on the domain > the app serves 2 different application layouts. Now i want to show > different devise-email-layouts when sending these devise emails. > I have the custom devise

[Rails] rails & custom devise controller > email templates

2018-11-15 Thread tom
hello, i have an app that operates under 2 domains, depending on the domain the app serves 2 different application layouts. Now i want to show different devise-email-layouts when sending these devise emails. I have the custom devise controllers and i can trigger them from an test action, but i