Does on premise apigee developer portal support rich html emails?

Not applicable

I'm looking at sending out welcome / password reset emails via the developer portal.

I was able to change the text email template. I did not find any option in config->people->accounts that enables html emails.

Does apigee developer portal support rich html emails?

0 6 401
6 REPLIES 6

@amit ,Yes, Apigee Developer Portal does support rich html emails.

Apigee Developer Portal is built on top of famous CMS Drupal. Drupal supports rich html emails via Mime Mail module.

And the good news is, Module is shipped with Apigee Developer Portal. You just need to enable it from "admin/modules" & configure same to use it. Hope it helps.

3888-screen-shot-2016-11-08-at-115018-pm.png

Cool. I'll check this out.

Where do I create the html template?

I'm looking at the emails section in /admin/config/people/accounts on the dev portal. I see some tokens that I can use for personalization. This always sends out a text email though.

Where can I provide the html template that can be used to send out rich welcome emails?

Not sure if there is a module out of the box, having said that, DevPortal is based on Drupal so you can install new modules if required.

@amit

You can update the same field with html elements. It should work. Have you tried that ?

I tried pasting html in it. The email is not sent out.