0

I am trying to send the confirmation email to user's email. But what I noticed is that instead of UI I a getting the whole UI html code itself but not the design in Gmail.

Below is the screenshot what I am getting into my Gmail: enter image description here

And this what I want in actual which is behind the code. (UI part only) enter image description here

So basically I am getting the html code itself in gmail but I want the UI behind that code which is also functioning.

Biku7
  • 450
  • 6
  • 16
  • I am not a node.js guy but it seems you might be sending the plain text version. Change the mime type for the email to see if it makes a difference. – Syfer Oct 06 '20 at 10:57
  • Does this answer your question? [In nodemailer, How to format text email Body](https://stackoverflow.com/questions/37676814/in-nodemailer-how-to-format-text-email-body) – Syfer Oct 06 '20 at 10:57

0 Answers0