Change edX logo in Activation mail

Hi @nadheemabdulla! I did not realize that the edX logo was present in the platform emails. I investigated a bit and this looks like an upstream issue in edx-platform.

Basically, in open-release/koa.master, the logo url is hardcoded to be “https://media.sailthru.com/595/1k1/8/o/599f355101b3f.png”, which is an email opening link tracker – which is an absolute horror because it means that all emails sent to Open edX users from all Open edX platforms (even outside of edx.org) include the tracking image.

This behaviour was modified after the Koa branch was cut in the following PR: Rebranding: Logo Swap by awaisdar001 · Pull Request #25654 · edx/edx-platform · GitHub
I think these changes should be backported to the Koa branch.

I created an upstream issue here: Agile Board - JIRA

2 Likes