-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker安装无法发邮件 #284
Comments
发现是环境变量传了- HITCHHIKER_MAIL_CUSTOM=smtp,但是docker安装后没有生效,在配置文件appconfig.json中仍然是"customType": "none" |
我也遇到这个问题了,蛋疼。。。 |
传 HITCHHIKER_MAIL_CUSTOM_TYPE=smtp 就可以了,他们代码里面写的有问题。 |
我就是这样设置的,为啥还是不行勒
我就是这样设置的,为啥还是不行勒 |
直接进容器里改 |
docker安装,修改邮件的环境变量,customer_type这个环境变量不在配置文件中生效,导致邮件用的永远都是默认邮件地址
The text was updated successfully, but these errors were encountered: