Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
inside my email is just a string from tJavaRow (String)globalMap.get("htmlContent"), now I wanted to add an image above the string like this. But I'll get always error.
<img src="http://example.com/logo.png" alt="Logo" width="200"> + "\n"+
(String)globalMap.get("htmlContent")
I also tried but still error.
<img src="http://example.com/logo.png" alt="Logo" width="200"> <br>
(String)globalMap.get("htmlContent")
Why this easy thing occurs error?
Any ideas?
I did another solution:
Now it works fine.
I have replied your another topic and showed that how to replace a substring with new value, please try it and let me know if the logo shows in the email using the new HTML message.
I did another solution:
Now it works fine.