Closed tonsV2 closed 3 years ago
I had the below structure in a config file and the parsing
mail: to: [ $HANDLERS_SMTP_TO ]
I get the following error ValueError: Strict mode enabled, variable $SMTP_HANDLER_TO] not defined!
ValueError: Strict mode enabled, variable $SMTP_HANDLER_TO] not defined!
The below works just fine though
mail: to: - $HANDLERS_SMTP_TO
Thanks you, good findings. fix will be soon.
I had the below structure in a config file and the parsing
I get the following error
ValueError: Strict mode enabled, variable $SMTP_HANDLER_TO] not defined!
The below works just fine though