So, I want to send mails using Mailchimp
. To make the process of making those mailing faster, I want to have a standard mailing template.
I tried .htacces
to write PHP
in my .html
file. Sadly, mailchimp does not read any other than the html code, and completely ignores the PHP.
Is there a way to generate html code, so I can do things as import data from my database and get that data to an html file without using php in the file itself?
Or is there maybe anyone who knows a better way of doing things?