Libum opened a new issue #9642:
URL: https://github.com/apache/airflow/issues/9642


   Hello,
   
   I've encountered issue with default `mime_charset` in send_email utility in 
Airflow 1.10.10:
   
https://github.com/apache/airflow/blob/317b0412383ccda571fbef568c9eabd70ab8e666/airflow/utils/email.py#L67
   
   It is set to 'us-ascii', but I would expect 'utf-8' based on UPDATING.md and 
current state of master branch:
   
https://github.com/apache/airflow/blob/v1-10-stable/UPDATING.md#setting-utf-8-as-default-mime_charset-in-email-utils
   
https://github.com/apache/airflow/blob/fddc5721c9b5015cd600eec85496c7fc4bd513a7/airflow/utils/email.py#L52
   
   As result emails are not sent, if they contain non-ascii chars.
   
   Best regards,
   Michal
   
   
   


----------------------------------------------------------------
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.

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


Reply via email to