We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Below is my mail body.
const emailHTML = renderEmail( hello world )
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!
The text was updated successfully, but these errors were encountered:
Congrats for your first GitHub issue, can you share a bit of code, how do you get that text generated at the first place?
Sorry, something went wrong.
No branches or pull requests
Below is my mail body.
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!
The text was updated successfully, but these errors were encountered: