Baobab icon indicating copy to clipboard operation
Baobab copied to clipboard

HTML Emails

Open avishkar58 opened this issue 5 years ago • 4 comments

Our email utility can be found in: api/app/utils/email.py

Add an HTML email template to the Organisation model (api/app/organisation/models.py) that gets used for every email sent from a particular organisation (update the emailer code to retrieve this from the organisation property on the flask g object). The incoming body_text or body_html should be placed in the appropriate point in the email template.

Populate templates for the existing organisations based on an open source HTML email template like https://github.com/leemunroe/responsive-html-email-template or similar.

avishkar58 avatar Jan 14 '20 17:01 avishkar58

@avishkar58 I checked the organization model but it's not clear to me what is expected on this issue. Please can you add more clarification on it?

Volviane avatar Jan 31 '20 15:01 Volviane

Hey @Volviane, Are you making progress on this?

I found another interesting blog post maybe it can helps.

espoirMur avatar Feb 09 '20 14:02 espoirMur

@Volviane Are you still making progress? :D Is there something specific you are struggling with?

smhall97 avatar Feb 16 '20 14:02 smhall97

@SMHall94 I am still making progress, I made a push today.

Volviane avatar Feb 16 '20 19:02 Volviane