MartialBE / one-api

OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。
https://one-api-martialbe.vercel.app/
Apache License 2.0
814 stars 166 forks source link

使用outlook邮箱发信报错 dial failed: server does not support SMTP AUTH type: PLAIN #212

Closed coulsontl closed 1 month ago

coulsontl commented 1 month ago

例行检查

问题描述 系统设置里配置了使用outlook邮箱发信,但是在发送邮件验证码的时候报错: dial failed: server does not support SMTP AUTH type: PLAIN

outlook邮箱的配置说明 https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040

image

在原作者的库里也看到了类似的问题,不确定有没有帮助 https://github.com/songquanpeng/one-api/issues/108#issuecomment-1653484546

复现步骤

预期结果

相关截图 如果没有的话,请删除此节。

MartialBE commented 1 month ago

等待 dev编译完成后,拉取dev镜像尝试 docker pull ghcr.io/martialbe/one-api:dev

coulsontl commented 1 month ago

等待 dev编译完成后,拉取dev镜像尝试 docker pull ghcr.io/martialbe/one-api:dev

试了,可以正常发信,赞👍🏻