Automattic / camptix

Moved to https://github.com/WordPress/wordcamp.org/
176 stars 94 forks source link

Sending HTML emails #112

Open valeriosouza opened 9 years ago

valeriosouza commented 9 years ago

Could have a way to create templates or CSS for shipments via HTML, with QR-Code.

HTML emails spends more credibility

Demo: Eventick.com.br 12f0dc32-39f6-11e4-8c24-f7e3c4025291

iandunn commented 9 years ago

It would definitely be nice to have HTML e-mails. It's not currently on the roadmap, though, so if anyone wants to push it forward then we'd need a pull request.

eternalwaves commented 8 years ago

+1 I had added the actions specified given in the support thread on Wordpress and responded 2 years ago. Sad that it's still not on the roadmap.

iandunn commented 8 years ago

We added partial support for HTML e-mails in 9358db2c37df3530d2b9589537add800878368b9, but I forgot to update this ticket at that time.

It requires some code and your own custom template right now, but it's fairly simple to setup. You can see an example in r2444-meta.

The links in the Files section of that page have example HTML header/footer templates. If you write your own HTML templates, keep in mind that mail clients don't support modern HTML and CSS, so it needs to use old-school tables, etc.

Wefneck commented 7 years ago

Hi, I'm not exactly clear I on what I have to do to enable html emails. Could you elaborate?

iandunn commented 7 years ago

Hi @Wefneck, there's a link to an example in my comment above. If you're familiar with WordPress plugin development, you can copy/paste that into a plugin and tweak it for your needs. It's not a user-facing feature, though.

davidperezgar commented 5 years ago

And what about to supporting Gutenberg in these emails?