chromakode / react-html-email

Create elegant HTML email templates using React.
MIT License
896 stars 115 forks source link

Email shows all the html tags and etc #69

Open elvanerkaya opened 5 years ago

elvanerkaya commented 5 years ago

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!

kopax commented 4 years ago

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