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

7 天前
 TigerS

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

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

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

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

386 次点击
所在节点    问与答
4 条回复
ysc3839
7 天前
自建服务器中转
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
7 天前
浏览器 F12 ,开发者模式,解除前端 32 字符限制试试,说不定就成了
TigerS
6 天前
@datocp
@ysc3839 非常感谢 研究一下


@wbrobot 试了感觉不行,因为他后台存不下来那么多字符,所以就会提示密码错误。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1082148

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX