I was wondering if it was possible to change the email report encoding when using a custom smtp server. When reports are sent through Cloudberry's internal system (Amazon SES), the encoding is UTF8 (Content-Type: text/html; charset=UTF-8) but unfortunately, when using a custom SMTP server, the encoding becomes US-ASCII (Content-Type: text/html; charset=us-ascii). This seems to be fairly recent, as I didn't have this problem with earlier versions.
It's a problem for us because the reports are parsed by a robot and the "us-ascii" encoding causes us some problems ...