rstudio / blastula

Easily send great-looking HTML email messages from R
https://pkgs.rstudio.com/blastula
Other
546 stars 84 forks source link

Provide function to return formatted html with encoded images #305

Open tnugiel opened 1 year ago

tnugiel commented 1 year ago

Currently the get_html_str() function references email$html_str, which strips out all encoded images from the email body. If this behavior is intentional, can you please create a new function get_html_html() which returns the value of html_html?