You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/04 07:02:43 UTC

[GitHub] [airflow] bhavaniravi commented on issue #20419: Need clearer documentation on setting up Sendgrid to send emails

bhavaniravi commented on issue #20419:
URL: https://github.com/apache/airflow/issues/20419#issuecomment-1004569803


   I was creating an example for this, a few questions popped up.
   
   1. `from_email` in airflow config is not introduced until 2.2.4, but I can still use it. Should I include it in the guide?
   2. Is there a reason for `from_email` config alone to be in [lower case](https://github.com/apache/airflow/blob/064efbeae7c2560741c5a8928799482ef795e100/airflow/utils/email.py#L53)? It created confusion in the env variable `AIRFLOW__EMAIL__from_email`
   3. When will a user use SMTP config over EmailConnection?
   4. Should we create a separate documentation page for the commonly used `utils` method. E.g., `send_email`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org