GovindaPaliwal / Aadhaar-Offline-KYC-Android-Library

:iphone: :star: Publish this Android library as a open source to easily implement Offline KYC using Aadhaar Secure QR Code in Android app without any external SDK and API.
http://gpfreetech.co/offline-kyc-using-aadhaar-secure-qr-code-android-library/
Apache License 2.0
9 stars 0 forks source link

Verify Email Domain exist or not #3

Closed nagarjuna1304 closed 4 years ago

nagarjuna1304 commented 4 years ago

Hi GovindaPaliwal,

Onemore request from me, is there any chance to verify email domain is exist or not? if exist Can we achieve through java code.? Can you please suggest me if any.

Example : xxxxx@diffcheck.com --> verify 'diffcheck.com' is exist or not xxxxx@accenture.co.in --> verify 'accenture.co.in' is exist or not xxxxx@wipro.co.in --> verify 'wipro.co.in' is exist or not xxxxx@tcs.in --> verify 'tcs.in' is exist or not

Thanks in advance.

GovindaPaliwal commented 4 years ago

Sorry i don't know more about this. But for this you can check https://stackoverflow.com/questions/13514005/how-to-check-mail-address-is-exists-or-not this link. i think this is helpful.

nagarjuna1304 commented 4 years ago

Thanks for provided useful link