Perl - Mail::Sendmail 编码问题
我正在尝试发送包含一些非 ascii 字符的邮件,例如 ГÇô
Mail::Sendmail 失败,并出现错误“C:/Perl64/site/lib/Mail/Sendmail.pm line 237 处的子例程条目中的宽字符
”想法?
I am trying to send mail with a message that has some non ascii characters like ΓÇô
Mail::Sendmail fails with the error "Wide character in subroutine entry at C:/Perl64/site/lib/Mail/Sendmail.pm line 237"
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PerlMonks 上有关于这个问题的一篇不错的文章。简而言之,您需要对发送的数据进行编码。上述文章中的一个例子:
There's a nice article on this very problem at PerlMonks. In short, you need to encode the data you send. An example from the aforementioned article: