https://prefect.io logo
a

Amit Singh

03/11/2020, 11:40 AM
@here is there a way to send html emails using prefect.tasks.notifications.email_task.EmailTask
z

Zachary Hughes

03/11/2020, 2:07 PM
Hi Amit! Right now it looks like we cast the message portion of the email to
text/plain
, but we can definitely look into allowing HTML emails as well!
a

Amit Singh

03/11/2020, 3:28 PM
thanks @Zachary Hughes !! Right I saw that plain text thing in EmailTask class but wanted to check here. HTML support will be good to have.