Send an image with hyperlink via email Java

北慕城南 提交于 2019-12-12 05:11:35

问题


Is there a possibility to send an image with hyperlink via email in Java?


回答1:


You can do this through the library javamail.

Then you'll have to use html (a markup language) which supports hyperlinks.

Here's an example to use html & javamail



来源:https://stackoverflow.com/questions/18243265/send-an-image-with-hyperlink-via-email-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!