
Creator
2024-05-28
05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
tSendMail issue to add graphic url into message field
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?
1 Solution
Accepted Solutions

Creator
2024-05-30
05:29 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did another solution:
Now it works fine.
427 Views
2 Replies

Support
2024-05-29
01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
543 Views

Creator
2024-05-30
05:29 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did another solution:
Now it works fine.
428 Views
