Skip to content

Online Code Generator

PHP and Javascript Code Snippets for Common Uses

  • HOME
  • Privacy Policy
  • News
  • Contact us

Tag: check-email

Verify an Email address without sending an Email via an #API for free

Posted on February 22, 2022May 21, 2023 by Mark Feehily0

One of these two email addresses is valid : [email protected] or [email protected] – how can you tell which one? Regexes will say both are valid, even a DNS MX lookup will say that @gmail.com is valid.

Here’s the trick: https://avatarapi.com/avatar.asmx?op=VerifyEmail

It’s a free API, that does not require registration, or authentication, and does not store the email addresses supplied to it. It does not send an email, but just checks the mailbox.

Here is a result for [email protected]

<EmailVerificationResponse xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns=”http://avatarapi.com/”>
<Verification>FAIL</Verification>
<MailExchange>alt4.gmail-smtp-in.l.google.com.</MailExchange>
<SmtpResponse>550-5.1.1 The email account that you tried to reach does not exist. Please try</SmtpResponse>
</EmailVerificationResponse>

And here is the result for [email protected]

<EmailVerificationResponse xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns=”http://avatarapi.com/”>
<Verification>SUCCESS</Verification>
<MailExchange>alt4.gmail-smtp-in.l.google.com.</MailExchange>
<SmtpResponse>250 2.1.5 OK hf21-20020a17090aff9500b001bc3052777csi2002522pjb.42 – gsmtp</SmtpResponse>
</EmailVerificationResponse>

It also works with every email host, not just Gmail. However, some mail exchangers do not give information on their mailboxes, in which case the result can be inconclusive.

Flatlogic Admin Templates banner
Posted in NewsTagged accuracy, anti fraud, api, authentication, bulk-verification, check-email, checker, confirm-email, confirmation, data-quality, email-address, email-verification, free, free-api, online-verification, realtime-validation, security, validate-address, validate-email, validation, verification-processes, verify-emailLeave a Comment on Verify an Email address without sending an Email via an #API for free

Templates and Themes

Improve MVP development advertising banner

Recent Posts

  • Introducing the Enhanced Document API for DynamoDB in the AWS SDK for Java 2.x
  • Microsoft shrunk the TypeScript
  • Configure Continuous Deployment Using Kustomize Components and Spinnaker Operator in Amazon EKS
  • How Cirrusgo enabled rapid resolution with Amazon DevOps Guru
  • jQuery lives on; major changes teased

Archives

  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • May 2021
  • HOME
  • Privacy Policy
  • News
  • App Generator
  • Contact us
2021 | Online Code Generator | 19925 Stevens Creek Blvd, Cupertino, CA, USA
Generated by Feedzy