How can i add an image in html email from lotus domino agent?
- by mike_x_
i want to add a simple image into an email which i want to send from a lotus agent.
I paste below a part of the code:
StringBuilder sb = new StringBuilder();
sb.append("<div><img src=\"http://goo.gl/lziMZN\"></div>");
email.setHTMLPart(sb.toString());
email.send("mail@mail.com");
I also tried to use an image from my image…