@here is there a way to send html emails using pre...
# ask-community
a
@here is there a way to send html emails using prefect.tasks.notifications.email_task.EmailTask
z
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
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.