I am trying to send an email from my php application, How can i make the emails responsive ?

Since most of the email engines does not support linking to external css files and media queries cannot be included inline, what is an alternative solution for this ?

thanks

有帮助吗?

解决方案

It's not just a "simple" thing to do. There are a few frameworks and templates to help but you really need to think about your content and test a lot -

Ink Email Framework

Ink is the latest one on the scene. I've been working with it for about 3 weeks now.

其他提示

As far as I know -- responsivness is coded with @media. So in order to send a responsive email You need to be sure receiver e-mail service supports @media. For example gmail doesn't seem to support it, and so it is not possible if Your reciever is at gmail. I'm not sure any service is supporting it yet.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top