if email:
        log(INFO, 'Enter project email  : ' + str(email))
    else:
        email = input('Enter project email  : ')