Is there a way to render a Meteor template as the HTML body of an email?
For example if I want to show collection data or generate dynamic links inside that email.>
accepted answer uses client side code. If you are looking to build email templates client side code can be insecure. there is a package(meteor-ssr) for server side rendering templates you can use that.