We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a869e commit 76aaa26Copy full SHA for 76aaa26
1 file changed
README.md
@@ -204,7 +204,21 @@ service crond restart
204
205
```
206
207
-
+## 关于邮件通知
208
+配置.env:
209
+```
210
+MAIL_DRIVER=smtp
211
+MAIL_HOST=smtp.qq.com
212
+MAIL_PORT=465
213
+MAIL_USERNAME=你得邮箱@qq.com
214
+MAIL_PASSWORD=xxxxxxx //去QQ邮箱设置中开启POP3/SMTP获取秘钥
215
+MAIL_ENCRYPTION=ssl
216
+MAIL_FROM_ADDRESS=你的邮箱@qq.com
217
+MAIL_FROM_NAME=MrCoder技术栈
218
+
219
220
+后台开启邮件通知即可
221
222
223
## 关于后台的开发
224
后台使用react + antdesign开发
0 commit comments