ryanb / letter_opener

Preview mail in the browser instead of sending.
MIT License
3.73k stars 237 forks source link

letter_opener for mailcatcher using devise #114

Closed hemashree closed 9 years ago

hemashree commented 9 years ago

Hi ryanb,

The letter_opener will working for normal action_mailer method. When I am using the same for mailcatcher with devise authentication it is not working. I am not getting the popup also.Will you please help me to solve this problem.Thanks in advance.

nashby commented 9 years ago

@hemashree hey, not really sure what you mean. Why do you need both letter_opener and mailcatcher at the same time? They both allow you to do one thing: catch and show sent email.

Closing this since it's not an issue but I'd love to help you.

hemashree commented 9 years ago

Thanks for your response @nashby. Leave about mailcatcher thing. Can we use the letter_opener for devise authentication.

nashby commented 9 years ago

@hemashree don't think there should be some extra configuration for devise. Can you please create a sample application that reproduces your issue? Thanks!