<?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: Shivanshu Gupta</title>
    <description>The latest articles on DEV Community by Shivanshu Gupta (@shivanshu981).</description>
    <link>https://dev.to/shivanshu981</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1360772%2F682e6f5d-21e2-4b0a-8a7d-7229f45428d6.jpeg</url>
      <title>DEV Community: Shivanshu Gupta</title>
      <link>https://dev.to/shivanshu981</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivanshu981"/>
    <language>en</language>
    <item>
      <title>How to validate email addresses before cold reach out!</title>
      <dc:creator>Shivanshu Gupta</dc:creator>
      <pubDate>Fri, 29 Mar 2024 04:08:25 +0000</pubDate>
      <link>https://dev.to/shivanshu981/how-to-validate-email-addresses-before-cold-reach-out-3f4f</link>
      <guid>https://dev.to/shivanshu981/how-to-validate-email-addresses-before-cold-reach-out-3f4f</guid>
      <description>&lt;p&gt;If you are doing a SaaS a lot of time you have to run cold emails, these emails will be sent to the prospects and based on this you will get leads for your SaaS.&lt;/p&gt;

&lt;p&gt;Now in emails, we often check for these things,&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;MX Records&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DKIM Records&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;DMARC Records&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SPF Records&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;IP Address Blacklist&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Based on these 5 parameters, it determines whether the email you are sending is from how good is the reputation and the chances that it will not land to SPAM.&lt;/p&gt;

&lt;p&gt;This can be a challenging process and with DKIM and IP Blacklist you have to collect data and do some research, thus for my campaigns I use this tool: &lt;strong&gt;&lt;a href="https://mxvalidator.com/"&gt;https://mxvalidator.com/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhb7ah3jna8hhse0xa487.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhb7ah3jna8hhse0xa487.png" alt="Image description" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's API first which means I can run a Python Script to simply validate all my email addresses in the CSV. This makes the work much easier and faster to do.&lt;/p&gt;

&lt;p&gt;API Documentation: &lt;a href="https://rapidapi.com/consultwithshiv-consultwithshiv-default/api/email-records-mx-dkim-spf-dmarc-txt-smtp"&gt;https://rapidapi.com/consultwithshiv-consultwithshiv-default/api/email-records-mx-dkim-spf-dmarc-txt-smtp&lt;/a&gt;&lt;/p&gt;

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