V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
TigerS
V2EX  ›  问与答

打印机 EMail 扫描功能只支持 32 字符密码,有什么 SMTP 服务能满足么?

  •  
  •   TigerS · 7 天前 · 385 次点击

    家里的老佳能打印机的 Email 配置( SMTP )只支持 32 位字符的密码。试了很多服务,SendGrid ,AWS ,Resend 等等都是自动生成 API Key 作为密码,基本上都是 40+字符以上。

    现在看了很多好像就 MailGun 还可以,但是 MailGun 似乎没有免费额度了。

    不知道还有没有什么别的解决办法?

    PS:Google 好像也不支持 App Password 了用 Google 作为 SMTP 这条路还可行么?

    4 条回复    2024-10-21 23:48:50 +08:00
    ysc3839
        1
    ysc3839  
       7 天前 via Android   ❤️ 1
    自建服务器中转
    datocp
        2
    datocp  
       7 天前
    应该是可以的需要 stunnel+E-MailRelay,当初就是为了给搬瓦工的 wekan 找一个无需 smtp 用户认证的实现。

    stunnel conf
    [gmail-smtp]
    ;sslVersionMin = TLSv1.2
    client = yes
    accept = 127.0.0.1:10025
    connect = smtp.qq.com:465
    verifyChain = yes
    CAfile = ca-certs.pem
    checkHost = smtp.qq.com
    OCSPaia = yes

    emailrelay.bat
    start "emailrelay" "d:\Program Files (x86)\E-MailRelay\emailrelay.exe" --client-auth "d:\Program Files (x86)\E-MailRelay\conf\emailrelay.auth" --close-stderr --forward-to 127.0.0.1:10025 --immediate --log --log-address --log-file "d:\Program Files (x86)\E-MailRelay\Run-time\emailrelay-log-%%d.txt" --log-time --pid-file "d:\Program Files (x86)\E-MailRelay\Run-time\emailrelay.pid" --remote-clients --spool-dir "d:\Program Files (x86)\E-MailRelay\spool" --verbose
    wbrobot
        3
    wbrobot  
       6 天前
    浏览器 F12 ,开发者模式,解除前端 32 字符限制试试,说不定就成了
    TigerS
        4
    TigerS  
    OP
       6 天前
    @datocp
    @ysc3839 非常感谢 研究一下


    @wbrobot 试了感觉不行,因为他后台存不下来那么多字符,所以就会提示密码错误。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5923 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 06:25 · PVG 14:25 · LAX 23:25 · JFK 02:25
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.