I am writing an HTML Email Code. One of the components in the Email Page is the Print Button. But, As we know the Email Clients blocks the javascript and hence I cannot use window.print(); I read through lots of posts to understand that javascript can nowhere be made to work in email clients??
Is there an alternative that I could use like simulating Ctrl+P without using Javascript??