问题
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