Possible duplicate:How to check if a mailing address exists without sending email?
I am trying to find a way to check if an email address really exists without sending a test mail.
You can verify the email address, but is not guaranteed if the address really exists. as
abc@example.com
Is there any way to avoid this?
thanks
The short answer is no, the only way to check it exists is to connect to the mail server and send it an email.
Additional Information: Can I check if the mailing address exists using .net?
"SMTP defines a team for this, but since abuse by spammers completely overloads the number of legitimate targets, almost every email server in the world is set to false."
Another similar question: How to check if a mailing address exists without sending an email?
Source: https://habr.com/ru/post/1438586/More articles:sql join int varchar - sqlhow can I select all elements between two elements - javascriptPrinting all ASCII characters in javascript - javascriptMPMovieNaturalSizeAvailableNotification not working? - objective-cHow to export text data to csv using MVC 3? - asp.net-mvcThere is a big delay before the MP4 video starts working in the streaming player - delayScheduled performance LocalNotification (large number of local notifications) - performanceCodeigniter: unable to connect to the database server using the provided settings - databaseFacebook Code and Comment Script - htmlHow to extract a 32 x 4-bit integer from a 16 x 8-bit value __m128i - x86All Articles