Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
I want to post an email through qlikview, and I have its Msg body in HTML text format.....
Wat I did is...
I done with one variable and the whole txt(HTML formatted) is assigned to it.
But in Email I never get required result it shows the txt as it is ie. if i create txt = '<HTML><BODY><b>HI</b></HTML></BODY>' thn email body shows this
'<HTML><BODY><b>HI</b></HTML></BODY>' but not "HI" in bold...
Pls help.............................................
"<HTML><BODY><b>HI</b></BODY></HTML>"
or try this
objMail.HTMLBODY = "<HTML><BODY><b>HI</b></BODY></HTML>"
.
Can you ellaborate?