<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mail Merge connects to gmail smtp server but emails are not sent"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106241#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Mail Merge connects to gmail smtp server but emails are not sent"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106241">bug 106241</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>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):</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>