记录解决富文本照片发邮件,获取不到问题原创
2人赞赏了该文章
55次浏览
编辑于2024年10月28日 09:42:29
富文本贴照片后,富文本会记录照片的苍穹服务器地址,导致有的邮件客户端识别不了网络链接的,照片无法查看。解决方案:解析url,获取到输入流,一起发送过去。
FileService fs = FileServiceFactory.()InputStream inputStream = fs.getInputStream(()){ ByteArrayOutputStream byteArrayOutputStream = ByteArrayOutputStream()[] buffer = []bytesRead((bytesRead = inputStream.read(buffer)) != -) { byteArrayOutputStream.write(bufferbytesRead)} [] imageBytes = byteArrayOutputStream.toByteArray()base64String = Base64.().encodeToString(imageBytes).info(base64String)inputStream.close()byteArrayOutputStream.close()} (IOException e) { System..println()e.printStackTrace()} (==){ RuntimeException(base64String)}
赞 2
2人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读
您的鼓励与嘉奖将成为创作者们前进的动力,如果觉得本文还不错,可以给予作者创作打赏哦!
请选择打赏金币数 *
10金币20金币30金币40金币50金币60金币
可用金币: 0