https://bugs.documentfoundation.org/show_bug.cgi?id=153277
Bug ID: 153277 Summary: Mail Merge: Sending dumps for Domains with Umlaut Product: LibreOffice Version: 7.4.4.2 release Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: medium Component: Writer Assignee: libreoffice-bugs@lists.freedesktop.org Reporter: axel.br...@gmx.de Umlauts in Domains (like Düsseldorf instead of Duesseldorf) are permited since a couple of years. When sending a mail to one of those domains using mailmerge, LO dumps: <class 'UnicodeEncodeError'>: 'ascii' codec can't encode character '\xfc' in position 20: ordinal not in range(128), traceback follows File "/usr/lib64/libreoffice/program/mailmerge.py", line 262, in sendMailMessage self.server.sendmail(sendermail, truerecipients, msg.as_string()) File "/usr/lib64/python3.10/smtplib.py", line 892, in sendmail (code, resp) = self.rcpt(each, rcpt_options) File "/usr/lib64/python3.10/smtplib.py", line 553, in rcpt self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist)) File "/usr/lib64/python3.10/smtplib.py", line 378, in putcmd self.send(f'{s}{CRLF}') File "/usr/lib64/python3.10/smtplib.py", line 357, in send s = s.encode(self.command_encoding) -- You are receiving this mail because: You are the assignee for the bug.