https://issues.apache.org/ooo/show_bug.cgi?id=118791
DonJaime <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |PC OS/Version|All |Windows XP --- Comment #4 from DonJaime <[email protected]> 2012-01-16 13:55:09 UTC --- Replaced as instructed. I had to edit line 46 to dbg = False because the ascii codec was choking on line 128, and when that was fixed I got: An exception occurred Type: com.sun.star.uno.RuntimeException Message: <type 'exceptions.RuntimeError'>: No SSL support included in this Python, traceback follows C:\Program Files\OpenOffice.org 3\Basis\program\python-core-2.6.1\lib\smtplib.py:615 in function starttls() [raise RuntimeError("No SSL support included in this Python")] C:\Program Files\OpenOffice.org 3\Basis\program\mailmerge.py:88 in function connect() [self.server.starttls()] . So I used ConnectionType Insecure and then it worked. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
