You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to load my html page in order to send it as mail. I am using nodemailer for this job, and until now I was trying with puppeteer to retrieve the HTML of the page AFTER js has run. This is because 99.99% of my dom elements are created by js scripts.
I am not happy at all with puppeteer, the html I get after js still has all the scripts(they cant be sent over email), there is no easy way with pictures.
Even after creating by hand the html of the content I want, with nodemailer I dont get backgrounds and pictures, that is not on the topic but you might have some experience with something similar.
Which node module do you suggest i use for this implementation?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to load my html page in order to send it as mail. I am using nodemailer for this job, and until now I was trying with puppeteer to retrieve the HTML of the page AFTER js has run. This is because 99.99% of my dom elements are created by js scripts.
I am not happy at all with puppeteer, the html I get after js still has all the scripts(they cant be sent over email), there is no easy way with pictures.
Even after creating by hand the html of the content I want, with nodemailer I dont get backgrounds and pictures, that is not on the topic but you might have some experience with something similar.
Which node module do you suggest i use for this implementation?
The text was updated successfully, but these errors were encountered: