I’m trying to do an email Mailmerge with LibreOffice 3.4.4 (OOO340m1 (Build:402)) on Linux Mint 12.04 (64-bit) and am getting the following error when it tries to send, following a successful link to the server:
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xa0' in position 9: ordinal not in range(128), traceback follows
/usr/lib/python2.7/socket.py:224 in function meth() [return getattr(self._sock,name)(*args)]
/usr/lib/python2.7/smtplib.py:321 in function send() [self.sock.sendall(str)]
/usr/lib/python2.7/smtplib.py:334 in function putcmd() [self.send(str)]
/usr/lib/python2.7/smtplib.py:477 in function rcpt() [self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist))]
/usr/lib/python2.7/smtplib.py:725 in function sendmail() [(code, resp) = self.rcpt(each, rcpt_options)]
/usr/lib/libreoffice/basis-link/program/mailmerge.py:225 in function sendMailMessage() [self.server.sendmail(sendermail, truerecipients, msg.as_string())]
Driving me nuts! Anyone able to give me some pointers on solving this problem?