react-html-email icon indicating copy to clipboard operation
react-html-email copied to clipboard

Email shows all the html tags and etc

Open elvanerkaya opened this issue 6 years ago • 1 comments

Below is my mail body.

const emailHTML = renderEmail(

hello world


)

Below is the e-mail I get.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><p>hello world</p>

What could be the issue? Can someone please help me? Thank you!

elvanerkaya avatar Jan 28 '19 13:01 elvanerkaya

Congrats for your first GitHub issue, can you share a bit of code, how do you get that text generated at the first place?

kopax avatar Dec 27 '19 11:12 kopax