如何修复经典 ASP 中从电子邮件标题中删除空格的问题?
我有一个发送电子邮件的电子邮件功能。这件事是用经典的 ASP/VBScript 完成的,并使用
Set objMail = Server.CreateObject("JMail.SMTPMail")
JMail。 如何删除标头中多余的空格(= 错误的 MIME 编码)?
I have a email function which sends email. The thing is done in classic ASP/VBScript and uses
Set objMail = Server.CreateObject("JMail.SMTPMail")
JMail.
How can I remove extra whitespace (= bad MIME encoding) in the header?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我修好了。当我弄清楚该怎么做时,解决方案很简单。
I fixed it. The solution was simple when I figured out what to do.