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)
Thank you, Axel. I can reproduce with: Version: 7.4.5.1 / LibreOffice Community Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded I also get the "Emails could not be sent" error dialog with: <class 'UnicodeEncodeError'>: 'ascii' codec can't encode character '\xfc' in position 22: ordinal not in range(128), traceback follows File "/opt/libreoffice7.4/program/mailmerge.py", line 262, in sendMailMessage self.server.sendmail(sendermail, truerecipients, msg.as_string()) File "/opt/libreoffice7.4/program/python-core-3.8.16/lib/smtplib.py", line 890, in sendmail (code, resp) = self.rcpt(each, rcpt_options) File "/opt/libreoffice7.4/program/python-core-3.8.16/lib/smtplib.py", line 551, in rcpt self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist)) File "/opt/libreoffice7.4/program/python-core-3.8.16/lib/smtplib.py", line 376, in putcmd self.send(f'{s}{CRLF}') File "/opt/libreoffice7.4/program/python-core-3.8.16/lib/smtplib.py", line 355, in send s = s.encode(self.command_encoding) Example of host allowing umlauts in domain names: https://www.ionos.com/help/domains/glossary-important-terms-and-topics-explained/umlaut-domains/
Dear Axel Braun, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Currently using Version: 24.8.4.2 (X86_64) / LibreOffice Community Build ID: 480(Build:2) CPU threads: 12; OS: Linux 6.13; UI render: default; VCL: kf6 (cairo+xcb) Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded and sending mails seems not to work at all: connection to SMTP-Server established 0 of 0 mails sent note that with the same settings I can print the mailmerge properly
(In reply to Axel Braun from comment #3) > and sending mails seems not to work at all: > connection to SMTP-Server established > 0 of 0 mails sent > > note that with the same settings I can print the mailmerge properly created https://bugs.documentfoundation.org/show_bug.cgi?id=165039 for the issue