teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追加情報

2021/07/08 04:30

投稿

sabasashi
sabasashi

スコア2

title CHANGED
File without changes
body CHANGED
@@ -102,4 +102,11 @@
102
102
  Rendered inquiry/thanks.html.erb within layouts/application (Duration: 0.3ms | Allocations: 35)
103
103
  [Webpacker] Everything's up-to-date. Nothing to do
104
104
  Rendered layout layouts/application.html.erb (Duration: 75.6ms | Allocat
105
- ```
105
+ ```
106
+
107
+ **追記**
108
+ 以下のコマンドをコンソールから実行するとメールを受信できました。
109
+ ActionMailer::Base.mail(from: "sample@sample.com", to: "xxx@gmail.com", subject: "Title", body: "contetns").deliver_now
110
+
111
+
112
+ gmailの認証は通っているようです。しかし、お問い合わせ画面から送信するとやはりメールが届きません。