I’m not sure on how to do that, I see an example but that’s using SendGrid and I’m not sure if I should then change my host:
export AIRFLOW_CONN_SMTP_DEFAULT='smtp://USERNAME:[email protected]:587'
should I instead do:
export AIRFLOW_CONN_SMTP_DEFAULT='smtp://USERNAME:[email protected]:587'
and how do I add my ‘smpt mail from’ portion to this connection string?