# Account activation email with HTML template

**URL:** https://discuss.openedx.org/t/account-activation-email-with-html-template/766
**Category:** Development
**Created:** [October 25, 2019, 6:29pm UTC](https://discuss.openedx.org/t/account-activation-email-with-html-template/766 "2019-10-25T18:29:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mahyard](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/mahyard/32/54_2.png) [@mahyard](https://discuss.openedx.org/u/mahyard)
#### Post date: [October 25, 2019, 6:29pm UTC](https://discuss.openedx.org/t/account-activation-email-with-html-template/766/1 "2019-10-25T18:29:13Z")

</div>

Hello everyone,  
After a long way and huge efforts we are very close to change edx-platform activation email to be sent by edX’s [Automated Communication Engine](https://github.com/edx/edx-ace).  
This change would has a lot of benefits like enabling site designers to customize activation email with colors, site specific logo, RTL direction and etc.  
At this level we desired to test the changes on a production-like instance (native, not devstack) to ensure that the changes wouldn’t make any trouble for the running instances like [https://edx.org](https://edx.org) .  
For some reasons I cannot do this myself so I decided to ask for some help here. It would be as easy as setting up a new server from [this repository](https://github.com/mahyard/edx-platform.git) then registering a new user and checking the received activation email. (OR possibly produced errors)  
I will be in touch by @mahyard via slack.  
I appreciate @nedbat and @shadinaif for their efforts in advance

---

<div class="post-metadata">

### Author: ![nedbat](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/nedbat/32/3317_2.png) [@nedbat](https://discuss.openedx.org/u/nedbat)
#### Post date: [October 25, 2019, 6:50pm UTC](https://discuss.openedx.org/t/account-activation-email-with-html-template/766/2 "2019-10-25T18:50:03Z")

</div>

@mahyard, thanks so much for pushing this forward.

Is anyone available to test this pull request in their environment? It’s had to be reverted twice for various reasons that unit tests don’t pick up. The last one had to do with the environment in the Celery task. I’m thinking of @jill, @sambapete, @omar, …, maybe?

---

<div class="post-metadata">

### Author: ![sambapete](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/sambapete/32/4100_2.png) [@sambapete](https://discuss.openedx.org/u/sambapete)
#### Post date: [October 27, 2019, 3:24pm UTC](https://discuss.openedx.org/t/account-activation-email-with-html-template/766/3 "2019-10-27T15:24:48Z")

</div>

I would love too, but no time unfortunately right now.

---

<div class="post-metadata">

### Author: ![shadinaif](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/shadinaif/32/326_2.png) [@shadinaif](https://discuss.openedx.org/u/shadinaif)
#### Post date: [October 28, 2019, 12:22pm UTC](https://discuss.openedx.org/t/account-activation-email-with-html-template/766/4 "2019-10-28T12:22:25Z")

</div>

Hi everyone. I will test it tomorrow and let you now 👍  
Thank you @mahyard and @nedbat
