This Code is Used to Check the Validation of Email.
It check the email format and Domain existence.
An API is created in Flask in which we can send email and Get result in JSON Format.
It returns number of seconds "How much time it will take to return response".
It will send the status of Email either it Valid Email, Invalid Domain and Invalid Email.
The reason to create this API is for Registration form runtime email validator during form filling.