https://bugs.documentfoundation.org/show_bug.cgi?id=99363

            Bug ID: 99363
           Summary: SMTP over SSL on port 465
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Hi All,

After several unsuccessful connection attempt on my Gmail account
(smtp.gmail.com port 465) we can see that the mailmerge.py file does not load
the library SMTP_SSL but only SMTP

If I replace the line:
self.server = smtplib.SMTP(server, port, timeout=tout)
by:
self.server = smtplib.SMTP_SSL(server, port, timeout=tout)
in the file mailmerge.py the connection work fine.

Is it possible to change this file (mailmerge.py) to supports connections of
type: SMTP and SMTP over SSL on port 465.

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to