Jump to content

PHP/Laravel dynamically create email templates with inline CSS from files

Joveice

Hello,

 

How can I create dynamically emails from normal html + css stylesheets? Since most email services don't allow external stuff like css (In my experience).

I could always create the email template with inline css, but that takes a lot of time since I'm basing it of a theme, if I where to change stuff I'd have to do it over again.

 

What I do now is create the template I want and run it thru some service that takes the css stylesheets and the html and creates a inline style html file back.

Back-end developer, electronics "hacker"

Link to comment
Share on other sites

Link to post
Share on other sites

On 09/02/2018 at 10:05 AM, Joveice said:

Hello,

 

How can I create dynamically emails from normal html + css stylesheets? Since most email services don't allow external stuff like css (In my experience).

I could always create the email template with inline css, but that takes a lot of time since I'm basing it of a theme, if I where to change stuff I'd have to do it over again.

 

What I do now is create the template I want and run it thru some service that takes the css stylesheets and the html and creates a inline style html file back.

I personally use MJML and webpack for that. I think its one of the best options and easy to configure with Laravel mix

Business Management Student @ University St. Gallen (Switzerland)

HomeServer: i7 4930k - GTX 1070ti - ASUS Rampage IV Gene - 32Gb Ram

Laptop: MacBook Pro Retina 15" 2018

Operating Systems (Virtualised using VMware): Windows Pro 10, Cent OS 7

Occupation: Software Engineer

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, leodaniel said:

I personally use MJML and webpack for that. I think its one of the best options and easy to configure with Laravel mix

Damn, I didn't know something like this even existed.

Back-end developer, electronics "hacker"

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×