Skip to content
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

Mails are not being sent #581

Closed
Quintasan opened this issue Mar 21, 2016 · 1 comment
Closed

Mails are not being sent #581

Quintasan opened this issue Mar 21, 2016 · 1 comment

Comments

@Quintasan
Copy link

My application is using both devise_token_auth and devise. My users are able to register and everything but sending emails does not work. For example when one registers an email should be sent to them requiring them to confirm their account. The log files indicate that the user was successfully created and the email (supposedly) sent to the user appears in the server log. The email however is not sent at all and I can confirm this by looking in Mailgun logs which show no mail requests being made.

At the same time I can just open up rails console and do User.last.send_confirmation_instructions and the mail is actually getting sent (as in it reaches the destination email address and shows up in the Mailgun logs).

Any ideas on how can I debug this?

The code is available here: TeMoMuKo/asrapi

@thelastinuit
Copy link

with devise alone, you are able to send emails?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants