<?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: SMTP API Not delivering Email in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252894#M22364</link>
    <description>&lt;P&gt;Hello, I'm having the same problem with the SMTP API. I'm using Python's smtplib, which works fine when I use another server and account, like gmail for example. My company has the transactional email add-on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like bvstone, I'm connecting to smtp.hubapi.com , although I'm using STARTTLS on port 587 (as documented here &lt;A href="https://developers.hubspot.com/docs/methods/email/transactional_email/smtpapi_overview/list/create" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/methods/email/transactional_email/smtpapi_overview/list/create&lt;/A&gt;). I'm able to connect to the SMTP server, login, and send the message with no errors, but the email is not received, and it does not show up in Hubspot under the contact's email history. I've tried manually sending a transactional email with the same sender and recipient through the Hubspot web interface, and it works correctly. I've tried resetting the token's password. Why can't I send a message through SMTP?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 21:54:34 GMT</pubDate>
    <dc:creator>cjbaker</dc:creator>
    <dc:date>2019-02-13T21:54:34Z</dc:date>
    <item>
      <title>SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251384#M22177</link>
      <description>&lt;P&gt;I am working with a customer to interace with HubSpot on an IBM i (AS400) system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an email token, got the user and password, and tried to send an email using that information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All logs connecting to the HubSpot SMTP relay say the email was accepted and queued for delivery, but I didn't receive it (yes, I checked spam as well).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also don't see a history of the email in the dashboard for the account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a log of the communications:&lt;/P&gt;&lt;PRE&gt;Attempting to connect to server smtp.hubapi.com on port 587....
Waiting for connection...
Connection to server smtp.hubapi.com on port 587 succeeded!
&amp;lt;smtp.hubapi.com says:&amp;gt; 220 smtp.hubapi.com ESMTP R6H7kfThjW17s7df6K-Bj-0 - hssmtp
Sending EHLO command to smtp.hubapi.com.
&amp;lt;MAILTOOL says:&amp;gt; EHLO xxxxx
&amp;lt;smtp.hubapi.com says:&amp;gt; 250-smtp.hubapi.com at your service, [/172.16.31.222:25234]
Sending STARTTLS command.
&amp;lt;MAILTOOL says:&amp;gt; STARTTLS
&amp;lt;smtp.hubapi.com says:&amp;gt; 220 2.0.0 Ready to start TLS R6H7kfThjW17s7df6K-Bj-0 - hssmtp
SSL handshake succeeded!
Sending EHLO command to smtp.hubapi.com.
&amp;lt;MAILTOOL says:&amp;gt; EHLO xxxxxxx
&amp;lt;smtp.hubapi.com says:&amp;gt; 250-smtp.hubapi.com at your service, [/172.16.31.222:25234]
Sending AUTH LOGIN command.
&amp;lt;MAILTOOL says:&amp;gt; AUTH LOGIN
Sending User ID.
&amp;lt;smtp.hubapi.com says:&amp;gt; 334 VXNlcm5hbWU6 R6H7kfThjW17s7df6K-Bj-0 - hssmtp
&amp;lt;MAILTOOL says:&amp;gt; [user removed]
&amp;lt;smtp.hubapi.com says:&amp;gt; 334 UGFzc3dvcmQ6 R6H7kfThjW17s7df6K-Bj-0 - hssmtp
Sending Password.
&amp;lt;MAILTOOL says:&amp;gt; [password removed]
&amp;lt;smtp.hubapi.com says:&amp;gt; 235 2.0.0 Authentication successful. R6H7kfThjW17s7df6K-Bj-0 - hssmtp
&amp;lt;MAILTOOL says:&amp;gt; MAIL FROM: &amp;lt;email address removed&amp;gt;
&amp;lt;smtp.hubapi.com says:&amp;gt; 250 2.0.0 Sender address accepted. R6H7kfThjW17s7df6K-Bj-0 - hssmtp
&amp;lt;MAILTOOL says:&amp;gt; RCPT TO: &amp;lt;receipient removed&amp;gt;
&amp;lt;smtp.hubapi.com says:&amp;gt; 250 2.0.0 250 Recipient address accepted. R6H7kfThjW17s7df6K-Bj-0 - hssmtp
Sending &amp;lt;DATA&amp;gt; to start message.
&amp;lt;MAILTOOL says:&amp;gt; DATA
&amp;lt;smtp.hubapi.com says:&amp;gt; 354 Continue R6H7kfThjW17s7df6K-Bj-0 - hssmtp
&amp;lt;--MIME DATA [210 bytes]--&amp;gt;
Sending &amp;lt;.CRLF&amp;gt; to end message.
&amp;lt;MAILTOOL says:&amp;gt; .
&amp;lt;smtp.hubapi.com says:&amp;gt; 250 2.0.0 Ok queued as 1549549116344/e719b4af-6e4b-4cd3-94d3-a1491efa0c36 R6H7kfThjW17s7df6K-Bj-0 - hssmtp
Sending QUIT command to smtp.hubapi.com.
&amp;lt;MAILTOOL says:&amp;gt; QUIT
&amp;lt;smtp.hubapi.com says:&amp;gt; 221 2.0.0 cheers R6H7kfThjW17s7df6K-Bj-0 - hssmtp&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:31:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251384#M22177</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-07T16:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251652#M22223</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to help investigate. Could you share a link to the contact record to which you attempted to send the email? (I just need to know the client's Hub ID and email address, so this is one way you can send it to me without posting on this public forum.)&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 14:34:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251652#M22223</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-08T14:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251655#M22224</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was an email address that was used.&amp;nbsp; I don't believe it's set up as a contact in my customer's account.&amp;nbsp; I didn't want to post the email here for spambots to collect.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[redacted]&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 14:40:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251655#M22224</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-08T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251657#M22225</link>
      <description>&lt;P&gt;Totally fair,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;. Thanks for sharing. I've redacted the email so there's even less risk of that&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://community.hubspot.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you still specify your client's Hub ID, though?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 14:41:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251657#M22225</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-08T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251674#M22228</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2618299&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 15:24:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/251674#M22228</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-08T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252252#M22287</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delayed response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My internal tool is showing 4 successful transactional email deliveries from account&amp;nbsp;&lt;STRONG&gt;2618299&lt;/STRONG&gt; to the email you specified on&amp;nbsp;Thursday, &lt;STRONG&gt;7 February 2019&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indeed, all four messages were opened at one point, so they were delivered to someone.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 20:35:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252252#M22287</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-13T20:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252255#M22289</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;, those emails you mentioned were sent using the Single Send Email api, not the SMTP API.&amp;nbsp; The Single Send API I have working just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the SMTP API (which this post is about) you send email by directing your email client to use the server and credentials specified by HubSpot after setting up credentials/SMTP tokens for a user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see in the original post, that is the connection that was made, the user and password that was set up was used, and the mail server accepted the email for delivery.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 23:00:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252255#M22289</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-11T23:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252258#M22290</link>
      <description>&lt;P&gt;Sorry about that,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&amp;nbsp;I forgot we were discussing the SMTP API. I'll dig into this further.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 23:07:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252258#M22290</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-11T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252842#M22348</link>
      <description>&lt;P&gt;Thanks for your continued patience,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't been able to uncover the issue yet, but I wanted to confirm whether you've tried resetting &lt;A href="https://app.hubspot.com/settings/2618299/marketing/email/smtp" target="_self"&gt;your SMTP token&lt;/A&gt; yet? Could you go ahead and do that and let me know if you receive the same response but no tracking?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still experiencing the issue after this step, I'll loop in one of our email deliverability consults for further investigation.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 19:46:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252842#M22348</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-13T19:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252862#M22356</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did just try resetting the token/password.&amp;nbsp; I tried again.&amp;nbsp; The SMTP server reported:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;02/13/2019 14:25:57 - 250 2.0.0 Ok queued as 1550090317383/ba5ae739-d697-483c-925f-bcf80df98e1e R6H8vWS5JW5gnfLG7GHX6L0 - hssmtp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just as before, it says the email is queued for delivery, but it's never sent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does the email need to come from a specific allowlisted IP address, or something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 09:08:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252862#M22356</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2020-08-18T09:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252894#M22364</link>
      <description>&lt;P&gt;Hello, I'm having the same problem with the SMTP API. I'm using Python's smtplib, which works fine when I use another server and account, like gmail for example. My company has the transactional email add-on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like bvstone, I'm connecting to smtp.hubapi.com , although I'm using STARTTLS on port 587 (as documented here &lt;A href="https://developers.hubspot.com/docs/methods/email/transactional_email/smtpapi_overview/list/create" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/methods/email/transactional_email/smtpapi_overview/list/create&lt;/A&gt;). I'm able to connect to the SMTP server, login, and send the message with no errors, but the email is not received, and it does not show up in Hubspot under the contact's email history. I've tried manually sending a transactional email with the same sender and recipient through the Hubspot web interface, and it works correctly. I've tried resetting the token's password. Why can't I send a message through SMTP?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 21:54:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/252894#M22364</guid>
      <dc:creator>cjbaker</dc:creator>
      <dc:date>2019-02-13T21:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253022#M22393</link>
      <description>&lt;P&gt;I just wanted to add that I tried running the Python code on the Hubspot documentation page linked to in my previous post, just changing TO_EMAIL to my address, and I did not receive the message. I checked my spam box. The script reports success, with "Enqueued email send...". Note that this script uses the demo portal. The functionality appears to be broken.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 13:59:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253022#M22393</guid>
      <dc:creator>cjbaker</dc:creator>
      <dc:date>2019-02-14T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253245#M22426</link>
      <description>&lt;P&gt;Thanks for confirming,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't believe it needs to come from a allowlisted IP address if you have the correct token and password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll investigate further with my team. Am I correct in believing you tested again with the same contact as earlier?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 09:09:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253245#M22426</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2020-08-18T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253247#M22427</link>
      <description>&lt;P&gt;Thanks for all this information,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86539"&gt;@cjbaker&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The one part I need to investigate further is the contact's email address. If you send me a link to the contact in your account, that'll be enough.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 22:21:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253247#M22427</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-14T22:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253249#M22428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;I don't seem to be able to send you a private message, so I'm posting the link:&amp;nbsp;&lt;A href="https://app.hubspot.com/contacts/4871527/contact/15351/?interaction=note" target="_blank"&gt;https://app.hubspot.com/contacts/4871527/contact/15351/?interaction=note&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 22:27:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253249#M22428</guid>
      <dc:creator>cjbaker</dc:creator>
      <dc:date>2019-02-14T22:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253274#M22430</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;yes... the email was sent to bvstone at bvstools dot com.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last message I sent had an email ID that you should be able to find in your SMTP server's logs.&amp;nbsp; If not and you need to turn on some debugging, let me know and I can send another test.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 01:23:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/253274#M22430</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-15T01:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254068#M22510</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/84257"&gt;@bvstone&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've shared the details of your issue with the email team. We'll be digging in further on our end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, I've realized you said you&amp;nbsp;&lt;EM&gt;reset the password&lt;/EM&gt; of the SMTP token you created on 2/7/19 but didn't&amp;nbsp;&lt;EM&gt;deactivate&lt;/EM&gt; that token and&amp;nbsp;create a new one. The latter is what I meant to ask on 2/13/9, but I realize the question could have been much clearer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you generate a new SMTP token on &lt;A href="https://app.hubspot.com/settings/2618299/marketing/email/smtp" target="_self"&gt;this page&lt;/A&gt;, delete token&amp;nbsp;&lt;SPAN&gt;69689745, and then try sending another email to yourself with the newly generated token?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 17:38:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254068#M22510</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-19T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254071#M22511</link>
      <description>&lt;P&gt;Thanks for this information,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86539"&gt;@cjbaker&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My colleague Andreas has let me know he is working with you in a support ticket. I'll be assisting him on my end to get to the bottom of your issue!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 17:41:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254071#M22511</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-02-19T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254074#M22513</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Done... result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;250 2.0.0 Ok queued as 1550598216905/918872bb-d487-4f32-972f-2c2ede960e33 J6Jfxt9-W6W0F2W2DBrSj0 - hssmtp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No email received.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 17:45:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/254074#M22513</guid>
      <dc:creator>bvstone</dc:creator>
      <dc:date>2019-02-19T17:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP API Not delivering Email</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/256972#M22852</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86539"&gt;@cjbaker&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincere apologies for the delayed response. I appreciate your patience while our team investigated your reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We checked our&amp;nbsp;&lt;SPAN&gt;logs for the messages we discussed above. In both cases, we recorded a "&lt;STRONG&gt;Missing at least one required body: 'html' or 'text'&lt;/STRONG&gt;" message, which&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;indicates the message either lacked content or wasn't formatted properly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you confirm that you included content for the email's body and provide an example of a message you passed to the SMTP API?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 21:23:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/SMTP-API-Not-delivering-Email/m-p/256972#M22852</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-03-04T21:23:01Z</dc:date>
    </item>
  </channel>
</rss>

