[Libreoffice-bugs] [Bug 106241] Mail Merge connects to gmail smtp server but emails are not sent

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 27 07:50:25 UTC 2017


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

--- Comment #16 from Alex Thurgood <iplaw67 at tuta.io> ---
When testing hte connection in a debug master build, I see this :

<class 'socket.gaierror'>: (8, 'nodename nor servname provided, or not known'),
traceback follows
  File "/Applications/LibreOfficeDev.app/Contents/Resources/mailmerge.py", line
106, in connect
    self.server = smtplib.SMTP(server, port,timeout=tout)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 251, in __init__
    (code, msg) = self.connect(host, port)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 335, in connect
    self.sock = self._get_socket(host, port, self.timeout)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/smtplib.py",
line 306, in _get_socket
    self.source_address)
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/socket.py",
line 689, in create_connection
    for res in getaddrinfo(host, port, 0, SOCK_STREAM):
  File
"/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/Current/lib/python3.5/socket.py",
line 728, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170427/00b4b5e0/attachment-0001.html>


More information about the Libreoffice-bugs mailing list