質問編集履歴

1

内容修正

2018/08/21 15:50

投稿

Goi
Goi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,85 @@
1
+ ![イメージ説明](612ae49e4593e12d5c821b152571a1f5.png)
2
+
3
+
4
+
5
+ **エラーメッセージ**
6
+
7
+ ```ここに言語を入力
8
+
9
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 1652.5ms
10
+
11
+ Sent mail to to@gmail.com (829.3ms)
12
+
13
+ Date: Tue, 21 Aug 2018 23:21:53 +0900
14
+
15
+ From: gmail@gmail.com
16
+
17
+ Reply-To: gmail@gmail.com
18
+
19
+ To: to@gmail.com
20
+
21
+ Message-ID: <5b7c200177d33_f7633XXXXXXXXXXXXXXX@userAir.mail>
22
+
23
+ Subject: =?UTF-8?Q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89=E3=81=AE=E5=86=8D=E8=A8=AD=E5=AE=9A=E3=81=AB=E3=81=A4=E3=81=84=E3=81=A6?=
24
+
25
+ Mime-Version: 1.0
26
+
27
+ Content-Type: text/html;
28
+
29
+ charset=UTF-8
30
+
31
+ Content-Transfer-Encoding: quoted-printable
32
+
33
+
34
+
35
+ <p>=E3=81=93=E3=82=93=E3=81=AB=E3=81=A1=E3=81=AF=EF=BC=81=E7=AE=A1=E7=90=86=
36
+
37
+ =E4=BA=BA=E3=81=AE=E3=81=94=E3=81=84=E3=81=A7=E3=81=99( =CB=98=CF=89=CB=98=
38
+
39
+ )</p>
40
+
41
+
42
+
43
+ <p>Someone has requested a link to change your password. You can do this =
44
+
45
+ through the link below.</p>
46
+
47
+
48
+
49
+ <p><a href=3D"http://localhost:3000/users/password/edit?reset_password_to=
50
+
51
+ ken=3DV-vPcs3UL-8VGzQe4s_y">=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89=
52
+
53
+ =E5=A4=89=E6=9B=B4</a></p>
54
+
55
+
56
+
57
+ <p>If you didn't request this, please ignore this email.</p>
58
+
59
+ <p>Your password won't change until you access the link above and create =
60
+
61
+ a new one.</p>
62
+
63
+
64
+
65
+
66
+
67
+ Completed 500 Internal Server Error in 3737ms (ActiveRecord: 10.2ms)
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+ EOFError (end of file reached):
76
+
77
+
78
+
79
+ ```
80
+
81
+
82
+
1
83
  **概要**
2
84
 
3
85
  Devise gem のメール発信で起きるエラーです。