react-html-email
react-html-email copied to clipboard
Email shows all the html tags and etc
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!
Congrats for your first GitHub issue, can you share a bit of code, how do you get that text generated at the first place?