You can get Customer id by customer email address using CustomerRepositoryInterface interface.
You can get Customer information by Customer email id, You need to use Magento\Customer\Api\CustomerRepositoryInterface to fetch customer id and customer data.
Continue reading “Get customer id by email address Magento 2.”