TigerS
V2EX  ›  问与答

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

  •  
  •   TigerS · Oct 21, 2024 · 1188 views
    This topic created in 593 days ago, the information mentioned may be changed or developed.

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

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

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

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

    4 replies    2024-10-21 23:48:50 +08:00
    ysc3839
        1
    ysc3839  
       Oct 21, 2024 via Android   ❤️ 1
    自建服务器中转
    datocp
        2
    datocp  
       Oct 21, 2024
    应该是可以的需要 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  
       Oct 21, 2024
    浏览器 F12 ,开发者模式,解除前端 32 字符限制试试,说不定就成了
    TigerS
        4
    TigerS  
    OP
       Oct 21, 2024
    @datocp
    @ysc3839 非常感谢 研究一下


    @wbrobot 试了感觉不行,因为他后台存不下来那么多字符,所以就会提示密码错误。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1095 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 23:42 · PVG 07:42 · LAX 16:42 · JFK 19:42
    ♥ Do have faith in what you're doing.