Hi everyone, when creating an `EmailTask` what is ...
# ask-community
s
Hi everyone, when creating an
EmailTask
what is the
EMAIL_USERNAME
and
EMAIL_PASSWORD
used for? Are the notifications shipped from this email? Is this required, or is it possible to use the default notifications@prefect.io email address shown in the class definition?
k
I don’t think you can use the
<mailto:notifications@prefect.io|notifications@prefect.io>
. Those are to authenticate to an email account that would send the message from
s
Thanks for the clarification Kevin!
k
So you set those as Secrets and Prefect will fetch them as it uses the task
s
Awesome 🙂