質問編集履歴
2
修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -84,12 +84,12 @@
|
|
84
84
|
}
|
85
85
|
|
86
86
|
// 管理者へのメール送信
|
87
|
-
|
87
|
+
mailTransport.sendMail(adminMail, (err, info) => {
|
88
88
|
if (err) {
|
89
89
|
return console.error(`admin send failed. ${err}`)
|
90
90
|
}
|
91
91
|
return console.log('admin and send success.')
|
92
|
-
})
|
92
|
+
})
|
93
93
|
})
|
94
94
|
```
|
95
95
|
|