-
|
Hello to the zealot team and thank you for all the hard work that has gone into this great project! Quick question, has anybody managed to get office365 smtp to work with zealot? I'm trying but I'm not getting any actual error messages! 你好,zealot 团队,感谢你们为这个伟大的项目付出的辛勤劳动!我想问一下,有人成功地让 office365 smtp 与 zealot 一起工作了吗?我正在尝试,但没有收到任何实际的错误信息! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
在 env 配置好以后重启服务,使用管理员权限可以在设置看到 SMTP 的配置,此时打开浏览器的控制台再点击验证,如果失败的话可能有具体的错误信息输出。 After configuring the env and restarting the service, you can see the SMTP configuration in the settings using administrator privileges. At this point, open the browser's console and click Verify. If it fails, there might be specific error messages outputted. 没使用过 Office 365 的邮件服务,在搜索有几个可供参考: I haven't used Office 365's email service before, but there are a few references available through searching: |
Beta Was this translation helpful? Give feedback.

I both tested my own vaultwarden instance and example code (vaultwarden's mail dependency) with an Outlook free account and it still failed (return
incomplete response). From its code, it does seem to use the same authentication logic as zealot: starttls + login auth mechanism. (zealot source code: https://github.com/tryzealot/zealot/blob/develop/lib/zealot/smtp_validator.rb)I can't reproduce a successful test. Although zealot has a Ruby on Rails front-end, it uses the mail gem as lower level library (delivery method). May be you can ask for the upstream repository.