I am developing a client email sender program by Java.
Now I am developing a class that can check that an email address is actually available or not. There is a way to check the domain part of the email address(by MX Record checking). But I can't found a way to check the existence of the local part of an email address.
If I want to check a local part of an email address of gmail account is actually exists or not that means - 'localpart@gmail.com' here 'localpart' is my input.
Is it possible to check the existence of that email address?