Not sending recovery password in ruby on rails -
i'm doing rails application , i'm trying send email user recovering password.
i'm using "devise" library , cant understand why application not sending email.
when try send email happen in log console:
sent mail nina_sigma@hotmail.com (10ms) date: wed, 07 aug 2013 22:47:56 -0500 from: christian.consuelo2@gmail.com reply-to: christian.consuelo2@gmail.com to: nina_sigma@hotmail.com message-id: <520314ecea682_5fcc5a961c273027@christian-r480-r431-r481.mail> subject: =?utf-8?q?instrucciones_de_reinicio_de_contrase=c3=b1a?= mime-version: 1.0 content-type: text/html; charset=utf-8 content-transfer-encoding: 7bit <p>hello nina_sigma@hotmail.com!</p> <p>someone has requested link change password. can through link below.</p> <p><a href="http://localhost:3000/auth/users/password/edit?reset_password_token=vwpahqtwrvkjmfrskztq">change password</a></p> <p>if didn't request this, please ignore email.</p> <p>your password won't change until access link above , create new one.</p> redirected http://localhost:3000/auth/users/sign_in completed 302 found in 29ms (activerecord: 0.0ms) started "/auth/users/sign_in" 127.0.0.1 @ 2013-08-07 22:47:57 -0500 processing devise::sessionscontroller#new html rendered devise/shared/_links.erb (1.1ms) rendered devise/sessions/new.html.erb within layouts/application (4.1ms) rendered layouts/_header.html.erb (1.0ms) rendered layouts/_navigation.html.erb (0.6ms) rendered layouts/_messages.html.erb (0.1ms) rendered layouts/_footer.html.erb (0.0ms) completed 200 ok in 24ms (views: 22.3ms | activerecord: 0.0ms) [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true [2013-08-07 22:47:57] warn not determine content-length of response body. set content-length of response or set response#chunked = true
Comments
Post a Comment