Open cjaiello opened 4 years ago
Hi @cjaiello
2020-09-21T02:39:00.358753+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.8/smtplib.py", line 859, in sendmail
2020-09-21T02:39:00.358753+00:00 app[web.1]: msg = _fix_eols(msg).encode('ascii')
What if you change msg = _fix_eols(msg).encode('ascii')
to msg = _fix_eols(msg).encode('utf-8')
?
To reproduce, send a response to the bot's standup call, and in that message have double quotes.
When we try to send the email, you'll see:
Example:
https://slackstandupb-lnv3162.slack.com/archives/C01AZV5LTNY/p1600655901004900?thread_ts=1600655880.004800&cid=C01AZV5LTNY