Is there a quick way to do this? I’ve never used mail in rails before.
Isn’t this all set up in devise leaving me a small modification to make to make it work?
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your user model, you need a
devisecall to tell devise what facets of it you want to use. As long as it includes:recoverable, devise itself includes all the views and logic to make this work (except actually sending the mail – you need to configure your mail server yourself).