<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks and SMTP in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/70974#M1233</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/68600"&gt;@746837&lt;/a&gt;&amp;nbsp;, Did you resolve this issue ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2024 02:21:43 GMT</pubDate>
    <dc:creator>Babu_Krishnan</dc:creator>
    <dc:date>2024-05-29T02:21:43Z</dc:date>
    <item>
      <title>Databricks and SMTP</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45571#M414</link>
      <description>&lt;P&gt;Using databricks as aws partner trying to run python script to validate email addresses.&amp;nbsp; Whenever it gets to the smtp portion it times out.&amp;nbsp; I am able to telnet from python to the POP servers and get a response, I can ping domains and get replies, but when trying to telnet to port 25 or 587 of smtp it times out after 15 minutes if there is no timeout set. The security groups all have outbound rules to allow all traffic to destination 0.0.0.0/0 so I'm trying to find out why smtp ports time out only.&amp;nbsp; Any insights if someone has come across this would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 17:16:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45571#M414</guid>
      <dc:creator>746837</dc:creator>
      <dc:date>2023-09-21T17:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks and SMTP</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45576#M415</link>
      <description>&lt;P&gt;When you say timing out, what is the error you are seeing in databricks side?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 19:15:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45576#M415</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2023-09-21T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks and SMTP</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45581#M416</link>
      <description>&lt;LI-CODE lang="markup"&gt;TimeoutError                              Traceback (most recent call last)
File &amp;lt;command-3312150305305279&amp;gt;, line 2
      1 email = 'geraldgleason@outlook.com'
----&amp;gt; 2 check_email(email)

File &amp;lt;command-3312150305305278&amp;gt;, line 19, in check_email(email)
     17 with smtplib.SMTP() as smtp:
     18   try:
---&amp;gt; 19       smtp.connect(mx_records[0].exchange.to_text())
     20       code, _ = smtp.helo()
     21       if code != 250:

File /usr/lib/python3.10/smtplib.py:341, in SMTP.connect(self, host, port, source_address)
    339     port = self.default_port
    340 sys.audit("smtplib.connect", self, host, port)
--&amp;gt; 341 self.sock = self._get_socket(host, port, self.timeout)
    342 self.file = None
    343 (code, msg) = self.getreply()&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Sep 2023 19:42:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/45581#M416</guid>
      <dc:creator>746837</dc:creator>
      <dc:date>2023-09-21T19:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks and SMTP</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/70974#M1233</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/68600"&gt;@746837&lt;/a&gt;&amp;nbsp;, Did you resolve this issue ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 02:21:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-and-smtp/m-p/70974#M1233</guid>
      <dc:creator>Babu_Krishnan</dc:creator>
      <dc:date>2024-05-29T02:21:43Z</dc:date>
    </item>
  </channel>
</rss>

