gpt4 book ai didi

node.js - 电子邮件验证在socioboard 4.0 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 23:53:39 25 4
gpt4 key购买 nike

我已成功安装并运行 SocioBoard但是当我注册为新用户时,我没有收到验证电子邮件我尝试将 Gmail 作为 SMTP,这是我的 Laravel .env 代码

MAIL_DRIVER= smtp
MAIL_HOST= smtp.googlemail.com
MAIL_PORT=465
MAIL_USERNAME=my@gmail.id
MAIL_PASSWORD=mygmailpassword
MAIL_ENCRYPTION=ssl

这是 Node API 的配置文件代码

"mailService": {
"defaultMailOption": "gmail",
"sendgrid": {
"username": "<<sendgrid username>>",
"password": "<<sendgrid password>>",
"frommail": "<<sendgrid frommail>>",
"ccmail": "<<sendgrid ccmail>>",
"apiKey": "<<sendgrid apiKey>>"
},
"gmailServices": {
"email": "my@gmail.id",
"password": "mygmailpassword"
}
},

我是不是做错了什么?

最佳答案

Please, keep this node API's config file code in the following file

通知->配置->默认

关于node.js - 电子邮件验证在socioboard 4.0 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58360838/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com