I am using minification library to use within my Symfony project to minify the mixed content of my email templates. I did some investigations to find a minification library that fits the best and currently using matthiasmullie/minify but it also removes spaces after commas in the content part.
Is there any other library that someone is using but that is keeping content intact?
Thanks