DeviseMailer#reset_password_instructions Outbound

时间:2018-02-20 09:32:23

标签: ruby-on-rails ruby devise

虽然在设计寺中按下了forgort密码,但是我已经离开了下面的邮件。

 Rendering devise/mailer/reset_password_instructions.html.erb
 Rendered devise/mailer/reset_password_instructions.html.erb (0.7ms)
 DeviseMailer#reset_password_instructions: processed outbound mail in 14.8ms

但邮件程序模板正在我的控制台中呈现。

Mime-Version: 1.0
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: 7bit

<p>Hello arun.yinyan@gmail.com!</p>

<p>Someone has requested a link to change your password. You can do this through the link below.</p>

<p><a href="http://localhost:3000/users/password/edit?reset_password_token=92RT59FWsw_duH1Y5kbg">Change my password</a></p>

<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>

Redirected to http://localhost:3000/users/sign_in

完成302发现于1930ms(ActiveRecord:103.3ms)

0 个答案:

没有答案