質問編集履歴

1

試したことの追記

2019/05/17 06:52

投稿

Kazuki_Sasaki
Kazuki_Sasaki

スコア10

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,20 @@
44
44
 
45
45
 
46
46
 
47
+ ```ruby
48
+
49
+ /アプリの名前/config/environments/development.rb
50
+
51
+
52
+
53
+ config.action_mailer.delivery_method = :smtp
54
+
55
+ config.action_mailer.smtp_settings = { address: '127.0.0.1', port: 1025 }
56
+
57
+ ```
58
+
59
+
60
+
47
61
 
48
62
 
49
63
  ### 試したこと
@@ -62,4 +76,28 @@
62
76
 
63
77
 
64
78
 
79
+ ```ここに言語を入力
80
+
81
+ http://127.0.0.1:8081/
82
+
83
+ smtp://127.0.0.1:1025
84
+
85
+ http://localhost:3000/
86
+
87
+ http://localhost:8000/
88
+
89
+ http://localhost:8081/
90
+
91
+ ```
92
+
93
+
94
+
95
+ 上記のアドレスをブラウザに入力しても
96
+
97
+ 「このサイトにアクセスできません」と表示されてしまいます。
98
+
99
+
100
+
101
+
102
+
65
103
  ### 補足情報(FW/ツールのバージョンなど)