https://prefect.io logo
Title
a

Aakarshi Goel

04/29/2020, 6:36 AM
Hi Is there any way to send html emails using prefect ?
c

Chris White

04/29/2020, 7:35 AM
Yes, one way is to use an
EmailTask
from the task library: https://docs.prefect.io/api/latest/tasks/notifications.html#emailtask
a

Aakarshi Goel

04/30/2020, 5:35 AM
@Chris White we are using EmailTask only but, its not handling html tags. Any specific setting we need to make?
c

Chris White

04/30/2020, 2:51 PM
I’ll need a concrete example to understand what you mean; this sounds like a possible enhancement though so if you want to open a GitHub issue describing what you’re trying to do we can take a look!
a

Aakarshi Goel

04/30/2020, 4:19 PM
sure @Chris White will be opening a github issue for the same. Thanks