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 2021/04/02 09:35:58 UTC

[GitHub] [airflow] seybi87 commented on issue #15133: EmailOperator / email on failure fails with smtp in airflow 2.0.1

seybi87 commented on issue #15133:
URL: https://github.com/apache/airflow/issues/15133#issuecomment-812454151


   I figured out that special characters in the password string will cause this issue.
   
   My password contained the following special characters: 
   
   `smtp_password = ja)5%Fmkrwj@LkE@`
   
   After changing the password to a string that contains only letters and numbers the issue is resolved.
   
   Feel free to close this issue in case these special characters are not allowed in the `airflow.cfg` at all. 
   


-- 
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:
users@infra.apache.org