Ok, maybe someone can help.. I can't seem to find anyone having this issue, I can't be the only one:
Running Mealie from Unraid Apps. Having issue with sending emails. Configured via Gmail SMTP with app password. Fails to send a test email. I do not believe it is failing with actual SMTP send, but I could be wrong. I get the following error in the LOG:
'ascii' codec can't encode character '\xa0' in position 24: ordinal not in range(128)
I've tried a few things, but I keep getting this error. My docker variables related to SMTP are as follows:
-e 'SMTP_FROM_EMAIL'='
[email protected]'
-e 'SMTP_HOST'='smtp.gmail.com'
-e 'SMTP_USER'='
[email protected]'
-e 'SMTP_PASSWORD'='xxxx xxxx xxxx xxxx'
-e 'SMTP_PORT'='587'
-e 'SMTP_AUTH_STRATEGY'='TLS'
-e 'SMTP_FROM_NAME'='Mealie'
The error is related to non-breaking space character, but I don't see anything in the config related to that.