<?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/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Use Verifalia API in wpforo in order to check an email is valid before sending verification email. - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/use-verifalia-api-in-wpforo-in-order-to-check-an-email-is-valid-before-sending-verification-email/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 14 Jun 2026 06:19:40 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Use Verifalia API in wpforo in order to check an email is valid before sending verification email.</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/use-verifalia-api-in-wpforo-in-order-to-check-an-email-is-valid-before-sending-verification-email/#post-52778</link>
                        <pubDate>Tue, 06 Apr 2021 12:28:48 +0000</pubDate>
                        <description><![CDATA[Hey All,
So recently I have been dealing with an issue with people entering invalid emails when registering. This leads to my emails getting hard bounced, which leads sendinblue to decrease...]]></description>
                        <content:encoded><![CDATA[<p>Hey All,</p>
<p>So recently I have been dealing with an issue with people entering invalid emails when registering. This leads to my emails getting hard bounced, which leads sendinblue to decrease my SMTP quota. </p>
<p>I found a really nice API that I can use provided by https://verifalia.com/. This API will allow me to check the email <em>before</em> I send that email a verification link in order to make sure that the email actually exists.</p>
<p>Right now in wpforo if you want you could register with a bogus email that does not actually exist, and this hurts my website as it leads to hard bounces all the time.</p>
<p> </p>
<pre contenteditable="false">&lt;?php if( email_exists( $email ) ): ?&gt;
    &lt;div class="wpf-tr"&gt;
        &lt;div class="wpf-td wpfw-1"&gt;
            &lt;i class="fas fa-info-circle wpfcl-5 wpf-reg-info" aria-hidden="true" style="font-size:16px;"&gt;&lt;/i&gt; &amp;nbsp;&lt;?php wpforo_phrase('After registration you will receive an email confirmation with a link to set a new password') ?&gt;
        &lt;/div&gt;
        &lt;div class="wpf-cl"&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;?php endif; ?&gt;</pre>
<p> </p>
<p>Here is the code segment I found that is in charge of the email verification when registering. I was wondering how I could tie in the verifalia API into this so that my site can actually check if an email exists before sending the verification link.</p>
<p>Thanks for your help,</p>
<p>Tumph</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>eggsplain</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/use-verifalia-api-in-wpforo-in-order-to-check-an-email-is-valid-before-sending-verification-email/#post-52778</guid>
                    </item>
							        </channel>
        </rss>
		