sentry的注册,邀请,邮箱认证,都是需要发邮件的。
修改config.yml
mail.backend: 'smtp' mail.host: 'smtp.xxxxx.com' mail.port: 587 mail.username: 'tank.zhangying@xxxxxx.com' mail.password: 'xxxxxx' mail.use-tls: true mail.from: 'tank.zhangying@xxxxx.com'
sentry不支持ssl的,只技术tls,我用的sentry是9.0,重启一下就可以邮件了。
转载请注明
作者:海底苍鹰
地址:http://blog.51yip.com/server/1975.html