-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with mailer_sender #1037
Comments
Hey @jdevng does this actually affect the outcome of your app? If you change the line to Devise.setup, does your mail send correctly? |
Yes - I'll run some broader tests. |
You have to use |
Thanks @MaicolBen - am I losing anything by not using the default value? |
No, you should change it unless you want "myapp.com" mail |
In my initializer:
if I change DeviseTokenAuth to Devise, it works. I'm not well versed enough to contribute with a change - I would assume this is an issue with DeviseTokenAuth not inheriting.
The text was updated successfully, but these errors were encountered: