https://bugs.freedesktop.org/show_bug.cgi?id=64098
--- Comment #15 from FS <[email protected]> --- I've encountered this annoying problem in both 4.2 and 4.3 release on both Linux and Windows. Thx to Andrea Tessadri regarding the self.server setting. But this isn't sufficient if the SMTP server doesn't expect STARTTLS but expects SMTPS (port 465). In this case, the instruction "self.server.starttls()" will fail. For SMTPS, one has to replace the line "self.server.starttls()" by "self.server.use_ssl = True;". -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
