Since upgrading to prefect 3.0, running `prefect-e...
# prefect-getting-started
c
Since upgrading to prefect 3.0, running
prefect-email.email_send_message
does not send anything (for me at least)? It doesn't throw an error, the task is run successfully, but no emails are sent. Running
email_server_credentials = EmailServerCredentials.load("prefect-email-credentials")
yields the correct results. Anyone have suggestions on how to debug?