Want to draft mail automatically where html body will be visible in email client. How to do it using nwjs desktop app? Major problem is showing html data in mail body.
Asked
Active
Viewed 40 times
1 Answers
0
Your question is very vague.
How are you communicating with the "email client"? I assume you are passing it a string of text at some point. So you can pass it <strong>text</strong>
instead of text
. If it can handle that, then NW.js can do it. This isn't so much an issue with NW.js so much as sending data from one app to another, and you aren't supplying information to assist in that.

Jaredcheeda
- 1,657
- 17
- 15
hello
'); i am using this code to open email client with draft but in bodyhello
text is showing. system is taking whole html tags as strings. Not sure whether it is a correct way of communicating with email client. – Satyajit Mishra May 11 '21 at 15:33