What is the best way to make emails responsive in a php application when external css files are not supported and media queries cannot be included inline?
Looking for alternatives to make emails responsive without external css files and media queries, any suggestions?
Thanks!