<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alexandre T.</title>
    <description>The latest articles on DEV Community by Alexandre T. (@alex_apex).</description>
    <link>https://dev.to/alex_apex</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4112094%2Fd1aab82f-445f-46ea-acb2-34afc3d4184c.png</url>
      <title>DEV Community: Alexandre T.</title>
      <link>https://dev.to/alex_apex</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alex_apex"/>
    <language>en</language>
    <item>
      <title>Why Most Cold Emails Land in Spam: The 4 DNS Authentication Layers Required for 10/10 InBox</title>
      <dc:creator>Alexandre T.</dc:creator>
      <pubDate>Sun, 06 Sep 2026 09:49:06 +0000</pubDate>
      <link>https://dev.to/alex_apex/why-most-cold-emails-land-in-spam-the-4-dns-authentication-layers-required-for-1010-inbox-2e2p</link>
      <guid>https://dev.to/alex_apex/why-most-cold-emails-land-in-spam-the-4-dns-authentication-layers-required-for-1010-inbox-2e2p</guid>
      <description>&lt;h1&gt;
  
  
  Why Most Cold Emails Land in Spam: The 4 DNS Authentication Layers Required for 10/10 Deliverability
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;Engineering Insights by ApexSMTP Cloud Infrastructure • &lt;a href="https://apexsmtp.space/guide-10-10-mail-tester-deliverability.html" rel="noopener noreferrer"&gt;Full Technical Audit&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;If your outreach emails are landing in the Spam folder or Promotions tab, 90% of the time it is &lt;strong&gt;not your copy or subject line&lt;/strong&gt; — it is a cryptographic or network-level authentication failure.&lt;/p&gt;

&lt;p&gt;Here is the exact breakdown of how modern receiving filters (Google Workspace, Microsoft 365, Barracuda, Proofpoint) evaluate inbound SMTP connections in 2026.&lt;/p&gt;




&lt;h3&gt;
  
  
  1. The FCrDNS (Forward Confirmed Reverse DNS) Test
&lt;/h3&gt;

&lt;p&gt;The most punishing test is &lt;strong&gt;FCrDNS&lt;/strong&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;When your server connects to Gmail on Port 25, Gmail takes your server's IP address (e.g., &lt;code&gt;185.12.177.92&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Gmail performs a &lt;strong&gt;PTR lookup&lt;/strong&gt; on that IP, resolving it to a hostname (e.g., &lt;code&gt;testapex2.apexsmtp.space&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Gmail immediately performs an &lt;strong&gt;A record lookup&lt;/strong&gt; on that hostname to ensure it resolves back to &lt;code&gt;185.12.177.92&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If this two-way handshake fails:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Outlook 365:&lt;/strong&gt; Outright connection drop (&lt;code&gt;550 5.7.1 Service unavailable&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google:&lt;/strong&gt; Demotes email directly to the Spam folder.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  2. RSA 2048-bit DKIM Key Length
&lt;/h3&gt;

&lt;p&gt;1024-bit RSA keys can now be factorized with moderate compute. Modern mail transfer agents require &lt;strong&gt;RSA 2048-bit signatures&lt;/strong&gt;.&lt;br&gt;
At ApexSMTP, every server node generates clean 2048-bit private keys via OpenDKIM, ensuring cryptographic validation without truncation.&lt;/p&gt;


&lt;h3&gt;
  
  
  3. Strict SPF Alignment &amp;amp; DMARC
&lt;/h3&gt;

&lt;p&gt;Your SPF record must explicitly authorize your dedicated IP:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;v=spf1 ip4:185.12.177.92 ~all
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Coupled with a compliant DMARC record:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;v=DMARC1; p=none; sp=none; rua=mailto:support@apexsmtp.space;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h3&gt;
  
  
  How to Verify Your Score
&lt;/h3&gt;

&lt;p&gt;You can test any dedicated node live:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Visit Mail-Tester.com to generate a temporary test address.&lt;/li&gt;
&lt;li&gt;In your ApexSMTP console at &lt;code&gt;https://apexsmtp.space/client&lt;/code&gt;, navigate to &lt;strong&gt;Test InBox&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Input the test email and click &lt;strong&gt;Exécuter le Test InBox en Direct&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Check Mail-Tester: You will see &lt;strong&gt;10/10 Perfect Score&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Upgrade Your Sending Infrastructure
&lt;/h3&gt;

&lt;p&gt;Stop risking domain burns on shared mailboxes. Deploy isolated dedicated nodes built specifically for high-volume B2B outbound:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://apexsmtp.space/client" rel="noopener noreferrer"&gt;Start 48h Free Trial on ApexSMTP&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;&lt;a href="https://apexsmtp.space/guide-10-10-mail-tester-deliverability.html" rel="noopener noreferrer"&gt;Read the 10/10 InBox Audit Guide&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>email</category>
      <category>security</category>
      <category>sysadmin</category>
      <category>devops</category>
    </item>
    <item>
      <title>Case Study: How an Agency Fixed Google Workspace Bans and Reached 10/10 InBox on Instantly.ai</title>
      <dc:creator>Alexandre T.</dc:creator>
      <pubDate>Sun, 06 Sep 2026 09:39:26 +0000</pubDate>
      <link>https://dev.to/alex_apex/case-study-how-an-agency-fixed-google-workspace-bans-and-reached-1010-inbox-on-instantlyai-494f</link>
      <guid>https://dev.to/alex_apex/case-study-how-an-agency-fixed-google-workspace-bans-and-reached-1010-inbox-on-instantlyai-494f</guid>
      <description>&lt;h1&gt;
  
  
  Case Study: How an Agency Fixed Google Workspace Bans and Reached 10/10 InBox on Instantly.ai
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;Published by ApexSMTP Infrastructure Engineering • &lt;a href="https://apexsmtp.space/guide-google-workspace-ban-fix.html" rel="noopener noreferrer"&gt;Live Canonical Documentation&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  The Challenge: The 2026 Google Workspace Outbound Crackdown
&lt;/h3&gt;

&lt;p&gt;In early 2026, a mid-sized B2B acquisition agency managing &lt;strong&gt;45 sender inboxes&lt;/strong&gt; across 15 secondary domains experienced an abrupt crisis: within 48 hours, &lt;strong&gt;80% of their Google Workspace accounts were flagged or suspended&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Their cold outreach campaigns on Instantly.ai stalled completely:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open rates plummeted from &lt;strong&gt;48% to under 7%&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Mail-Tester scores dropped to &lt;strong&gt;5.5/10&lt;/strong&gt; (SpamAssassin penalties: &lt;code&gt;RCVD_IN_DNSBL&lt;/code&gt;, &lt;code&gt;T_SPF_HELO_TEMPERROR&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Monthly Workspace invoice: &lt;strong&gt;~360€/month&lt;/strong&gt; for burned, unusable inboxes.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Root Cause Analysis
&lt;/h3&gt;

&lt;p&gt;Why did Google ban them?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Cross-Tenant IP Pool Contamination&lt;/strong&gt;: Google Workspace routes outbound emails through shared server pools. If other users on the same subnet send low-quality messages, the entire IP range suffers reputation degradation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Heuristic AI Pattern Matching&lt;/strong&gt;: Google's 2026 anti-abuse algorithms detect warm-up peer rings (repeated identical message templates with high open/reply ratios inside closed pools).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lack of Isolated FCrDNS&lt;/strong&gt;: Shared hosts cannot give you custom PTR records matching your sending domain.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  The Architectural Fix: Dedicated Private SMTP Nodes
&lt;/h3&gt;

&lt;p&gt;Instead of buying more disposable Google accounts, the agency migrated their entire infrastructure to &lt;strong&gt;ApexSMTP Dedicated Private SMTP Nodes&lt;/strong&gt;:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric / Feature&lt;/th&gt;
&lt;th&gt;Google Workspace (Before)&lt;/th&gt;
&lt;th&gt;Apex Dedicated SMTP (After)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;IP Address&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Shared Pool (Noisy Neighbours)&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;100% Dedicated Virgin IPv4&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Reverse DNS (PTR)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;google.com (Shared)&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Strict FCrDNS (&lt;code&gt;testapex2.apexsmtp.space&lt;/code&gt;)&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DKIM Signature&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Standard 1024/2048-bit&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;RSA 2048-bit OpenDKIM&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mail-Tester Score&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;5.5 / 10&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Guaranteed 10 / 10&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Monthly Cost&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;360€ / month&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;149€ / month (Growth Cluster)&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ban Risk&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Extreme&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Zero (Sovereign MTA)&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h3&gt;
  
  
  Implementation in Instantly.ai (Under 30 Seconds)
&lt;/h3&gt;

&lt;p&gt;Connecting the private SMTP node took less than a minute per account:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Instantly &amp;gt; &lt;strong&gt;Add Account&lt;/strong&gt; &amp;gt; &lt;strong&gt;Custom SMTP / IMAP&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Host: &lt;code&gt;testapex2.apexsmtp.space&lt;/code&gt; (or Dedicated Node IP).&lt;/li&gt;
&lt;li&gt;Port: &lt;code&gt;587&lt;/code&gt; with &lt;strong&gt;STARTTLS&lt;/strong&gt; enabled.&lt;/li&gt;
&lt;li&gt;IMAP Port: &lt;code&gt;993&lt;/code&gt; (SSL) for automated reply tracking and bidirectional sync.&lt;/li&gt;
&lt;/ol&gt;




&lt;h3&gt;
  
  
  Results After 14 Days
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Mail-Tester Score:&lt;/strong&gt; Locked at &lt;strong&gt;10/10 Perfect Score&lt;/strong&gt; across all sending domains.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open Rate:&lt;/strong&gt; Rebounded to &lt;strong&gt;54.2%&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monthly Savings:&lt;/strong&gt; &lt;strong&gt;60% reduction&lt;/strong&gt; in recurring software costs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Suspensions:&lt;/strong&gt; Total infrastructure sovereignty with isolated reputation.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Test It Yourself (48h Free Trial)
&lt;/h3&gt;

&lt;p&gt;ApexSMTP provides enterprise dedicated nodes with automated IP rotation and 10/10 InBox guarantee. &lt;br&gt;
You can run a live InBox test or deploy a 48h trial cluster with zero credit card required:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://apexsmtp.space/client" rel="noopener noreferrer"&gt;Deploy Your Free 48h Dedicated SMTP Node&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;strong&gt;&lt;a href="https://apexsmtp.space/guide-google-workspace-ban-fix.html" rel="noopener noreferrer"&gt;Read the Full Technical Guide&lt;/a&gt;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Technical Questions? Contact our DevOps on-call team at &lt;strong&gt;&lt;a href="mailto:support@apexsmtp.space"&gt;support@apexsmtp.space&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>email</category>
      <category>devops</category>
      <category>marketing</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
